pub enum GeometricToleranceTargetRef {
Show 29 variants
AllAroundShapeAspect(AllAroundShapeAspectId),
AngularLocation(AngularLocationId),
AngularSize(AngularSizeId),
CentreOfSymmetry(CentreOfSymmetryId),
CommonDatum(CommonDatumId),
CompositeGroupShapeAspect(CompositeGroupShapeAspectId),
CompositeShapeAspect(CompositeShapeAspectId),
ContinuousShapeAspect(ContinuousShapeAspectId),
Datum(DatumId),
DatumFeature(DatumFeatureId),
DatumReferenceCompartment(DatumReferenceCompartmentId),
DatumReferenceElement(DatumReferenceElementId),
DatumSystem(DatumSystemId),
DatumTarget(DatumTargetId),
DefaultModelGeometricView(DefaultModelGeometricViewId),
DerivedShapeAspect(DerivedShapeAspectId),
DimensionalLocation(DimensionalLocationId),
DimensionalLocationWithPath(DimensionalLocationWithPathId),
DimensionalSize(DimensionalSizeId),
DimensionalSizeWithDatumFeature(DimensionalSizeWithDatumFeatureId),
DimensionalSizeWithPath(DimensionalSizeWithPathId),
DirectedDimensionalLocation(DirectedDimensionalLocationId),
GeneralDatumReference(GeneralDatumReferenceId),
PlacedDatumTargetFeature(PlacedDatumTargetFeatureId),
ProductDefinitionShape(ProductDefinitionShapeId),
ShapeAspect(ShapeAspectId),
ToleranceZone(ToleranceZoneId),
ToleranceZoneWithDatum(ToleranceZoneWithDatumId),
Complex(ComplexUnitId),
}Variants§
AllAroundShapeAspect(AllAroundShapeAspectId)
AngularLocation(AngularLocationId)
AngularSize(AngularSizeId)
CentreOfSymmetry(CentreOfSymmetryId)
CommonDatum(CommonDatumId)
CompositeGroupShapeAspect(CompositeGroupShapeAspectId)
CompositeShapeAspect(CompositeShapeAspectId)
ContinuousShapeAspect(ContinuousShapeAspectId)
Datum(DatumId)
DatumFeature(DatumFeatureId)
DatumReferenceCompartment(DatumReferenceCompartmentId)
DatumReferenceElement(DatumReferenceElementId)
DatumSystem(DatumSystemId)
DatumTarget(DatumTargetId)
DefaultModelGeometricView(DefaultModelGeometricViewId)
DerivedShapeAspect(DerivedShapeAspectId)
DimensionalLocation(DimensionalLocationId)
DimensionalLocationWithPath(DimensionalLocationWithPathId)
DimensionalSize(DimensionalSizeId)
DimensionalSizeWithDatumFeature(DimensionalSizeWithDatumFeatureId)
DimensionalSizeWithPath(DimensionalSizeWithPathId)
DirectedDimensionalLocation(DirectedDimensionalLocationId)
GeneralDatumReference(GeneralDatumReferenceId)
PlacedDatumTargetFeature(PlacedDatumTargetFeatureId)
ProductDefinitionShape(ProductDefinitionShapeId)
ShapeAspect(ShapeAspectId)
ToleranceZone(ToleranceZoneId)
ToleranceZoneWithDatum(ToleranceZoneWithDatumId)
Complex(ComplexUnitId)
Implementations§
Source§impl GeometricToleranceTargetRef
impl GeometricToleranceTargetRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> GeometricToleranceTargetRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for GeometricToleranceTargetRef
impl Clone for GeometricToleranceTargetRef
Source§fn clone(&self) -> GeometricToleranceTargetRef
fn clone(&self) -> GeometricToleranceTargetRef
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 GeometricToleranceTargetRef
impl Debug for GeometricToleranceTargetRef
Source§impl PartialEq for GeometricToleranceTargetRef
impl PartialEq for GeometricToleranceTargetRef
Source§fn eq(&self, other: &GeometricToleranceTargetRef) -> bool
fn eq(&self, other: &GeometricToleranceTargetRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeometricToleranceTargetRef
Auto Trait Implementations§
impl Freeze for GeometricToleranceTargetRef
impl RefUnwindSafe for GeometricToleranceTargetRef
impl Send for GeometricToleranceTargetRef
impl Sync for GeometricToleranceTargetRef
impl Unpin for GeometricToleranceTargetRef
impl UnsafeUnpin for GeometricToleranceTargetRef
impl UnwindSafe for GeometricToleranceTargetRef
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