pub enum GeometricToleranceRef {
Show 24 variants
AngularityTolerance(AngularityToleranceId),
CircularRunoutTolerance(CircularRunoutToleranceId),
CoaxialityTolerance(CoaxialityToleranceId),
ConcentricityTolerance(ConcentricityToleranceId),
CylindricityTolerance(CylindricityToleranceId),
FlatnessTolerance(FlatnessToleranceId),
GeometricTolerance(GeometricToleranceId),
GeometricToleranceWithDatumReference(GeometricToleranceWithDatumReferenceId),
GeometricToleranceWithDefinedAreaUnit(GeometricToleranceWithDefinedAreaUnitId),
GeometricToleranceWithDefinedUnit(GeometricToleranceWithDefinedUnitId),
GeometricToleranceWithMaximumTolerance(GeometricToleranceWithMaximumToleranceId),
GeometricToleranceWithModifiers(GeometricToleranceWithModifiersId),
LineProfileTolerance(LineProfileToleranceId),
ModifiedGeometricTolerance(ModifiedGeometricToleranceId),
ParallelismTolerance(ParallelismToleranceId),
PerpendicularityTolerance(PerpendicularityToleranceId),
PositionTolerance(PositionToleranceId),
RoundnessTolerance(RoundnessToleranceId),
StraightnessTolerance(StraightnessToleranceId),
SurfaceProfileTolerance(SurfaceProfileToleranceId),
SymmetryTolerance(SymmetryToleranceId),
TotalRunoutTolerance(TotalRunoutToleranceId),
UnequallyDisposedGeometricTolerance(UnequallyDisposedGeometricToleranceId),
Complex(ComplexUnitId),
}Variants§
AngularityTolerance(AngularityToleranceId)
CircularRunoutTolerance(CircularRunoutToleranceId)
CoaxialityTolerance(CoaxialityToleranceId)
ConcentricityTolerance(ConcentricityToleranceId)
CylindricityTolerance(CylindricityToleranceId)
FlatnessTolerance(FlatnessToleranceId)
GeometricTolerance(GeometricToleranceId)
GeometricToleranceWithDatumReference(GeometricToleranceWithDatumReferenceId)
GeometricToleranceWithDefinedAreaUnit(GeometricToleranceWithDefinedAreaUnitId)
GeometricToleranceWithDefinedUnit(GeometricToleranceWithDefinedUnitId)
GeometricToleranceWithMaximumTolerance(GeometricToleranceWithMaximumToleranceId)
GeometricToleranceWithModifiers(GeometricToleranceWithModifiersId)
LineProfileTolerance(LineProfileToleranceId)
ModifiedGeometricTolerance(ModifiedGeometricToleranceId)
ParallelismTolerance(ParallelismToleranceId)
PerpendicularityTolerance(PerpendicularityToleranceId)
PositionTolerance(PositionToleranceId)
RoundnessTolerance(RoundnessToleranceId)
StraightnessTolerance(StraightnessToleranceId)
SurfaceProfileTolerance(SurfaceProfileToleranceId)
SymmetryTolerance(SymmetryToleranceId)
TotalRunoutTolerance(TotalRunoutToleranceId)
UnequallyDisposedGeometricTolerance(UnequallyDisposedGeometricToleranceId)
Complex(ComplexUnitId)
Implementations§
Source§impl GeometricToleranceRef
impl GeometricToleranceRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> GeometricToleranceRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for GeometricToleranceRef
impl Clone for GeometricToleranceRef
Source§fn clone(&self) -> GeometricToleranceRef
fn clone(&self) -> GeometricToleranceRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GeometricToleranceRef
impl Debug for GeometricToleranceRef
Source§impl PartialEq for GeometricToleranceRef
impl PartialEq for GeometricToleranceRef
Source§fn eq(&self, other: &GeometricToleranceRef) -> bool
fn eq(&self, other: &GeometricToleranceRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeometricToleranceRef
Auto Trait Implementations§
impl Freeze for GeometricToleranceRef
impl RefUnwindSafe for GeometricToleranceRef
impl Send for GeometricToleranceRef
impl Sync for GeometricToleranceRef
impl Unpin for GeometricToleranceRef
impl UnsafeUnpin for GeometricToleranceRef
impl UnwindSafe for GeometricToleranceRef
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more