Trait iso_10303_parts::ap203::IGeometricTolerance[][src]

pub trait IGeometricTolerance {
    fn name(&self) -> &String;
fn description(&self) -> &String;
fn magnitude(&self) -> &EntityRef;
fn toleranced_shape_aspect(&self) -> &EntityRef; }

Required methods

Implementors

impl IGeometricTolerance for AngularityTolerance[src]

impl IGeometricTolerance for CircularRunoutTolerance[src]

impl IGeometricTolerance for CoaxialityTolerance[src]

impl IGeometricTolerance for ConcentricityTolerance[src]

impl IGeometricTolerance for CylindricityTolerance[src]

impl IGeometricTolerance for FlatnessTolerance[src]

impl IGeometricTolerance for GeometricTolerance[src]

impl IGeometricTolerance for GeometricToleranceWithDatumReference[src]

impl IGeometricTolerance for GeometricToleranceWithDefinedUnit[src]

impl IGeometricTolerance for LineProfileTolerance[src]

impl IGeometricTolerance for ModifiedGeometricTolerance[src]

impl IGeometricTolerance for ParallelismTolerance[src]

impl IGeometricTolerance for PerpendicularityTolerance[src]

impl IGeometricTolerance for PositionTolerance[src]

impl IGeometricTolerance for RoundnessTolerance[src]

impl IGeometricTolerance for StraightnessTolerance[src]

impl IGeometricTolerance for SurfaceProfileTolerance[src]

impl IGeometricTolerance for SymmetryTolerance[src]

impl IGeometricTolerance for TotalRunoutTolerance[src]