pub enum GeometricItemSpecificUsageSelectRef {
Show 29 variants
AllAroundShapeAspect(AllAroundShapeAspectId),
AngularLocation(AngularLocationId),
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),
DimensionalSizeWithDatumFeature(DimensionalSizeWithDatumFeatureId),
DirectedDimensionalLocation(DirectedDimensionalLocationId),
FeatureForDatumTargetRelationship(FeatureForDatumTargetRelationshipId),
GeneralDatumReference(GeneralDatumReferenceId),
PlacedDatumTargetFeature(PlacedDatumTargetFeatureId),
ShapeAspect(ShapeAspectId),
ShapeAspectAssociativity(ShapeAspectAssociativityId),
ShapeAspectDerivingRelationship(ShapeAspectDerivingRelationshipId),
ShapeAspectRelationship(ShapeAspectRelationshipId),
ToleranceZone(ToleranceZoneId),
ToleranceZoneWithDatum(ToleranceZoneWithDatumId),
Complex(ComplexUnitId),
}Variants§
AllAroundShapeAspect(AllAroundShapeAspectId)
AngularLocation(AngularLocationId)
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)
DimensionalSizeWithDatumFeature(DimensionalSizeWithDatumFeatureId)
DirectedDimensionalLocation(DirectedDimensionalLocationId)
FeatureForDatumTargetRelationship(FeatureForDatumTargetRelationshipId)
GeneralDatumReference(GeneralDatumReferenceId)
PlacedDatumTargetFeature(PlacedDatumTargetFeatureId)
ShapeAspect(ShapeAspectId)
ShapeAspectAssociativity(ShapeAspectAssociativityId)
ShapeAspectDerivingRelationship(ShapeAspectDerivingRelationshipId)
ShapeAspectRelationship(ShapeAspectRelationshipId)
ToleranceZone(ToleranceZoneId)
ToleranceZoneWithDatum(ToleranceZoneWithDatumId)
Complex(ComplexUnitId)
Implementations§
Source§impl GeometricItemSpecificUsageSelectRef
impl GeometricItemSpecificUsageSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> GeometricItemSpecificUsageSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for GeometricItemSpecificUsageSelectRef
impl Clone for GeometricItemSpecificUsageSelectRef
Source§fn clone(&self) -> GeometricItemSpecificUsageSelectRef
fn clone(&self) -> GeometricItemSpecificUsageSelectRef
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 PartialEq for GeometricItemSpecificUsageSelectRef
impl PartialEq for GeometricItemSpecificUsageSelectRef
Source§fn eq(&self, other: &GeometricItemSpecificUsageSelectRef) -> bool
fn eq(&self, other: &GeometricItemSpecificUsageSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeometricItemSpecificUsageSelectRef
Auto Trait Implementations§
impl Freeze for GeometricItemSpecificUsageSelectRef
impl RefUnwindSafe for GeometricItemSpecificUsageSelectRef
impl Send for GeometricItemSpecificUsageSelectRef
impl Sync for GeometricItemSpecificUsageSelectRef
impl Unpin for GeometricItemSpecificUsageSelectRef
impl UnsafeUnpin for GeometricItemSpecificUsageSelectRef
impl UnwindSafe for GeometricItemSpecificUsageSelectRef
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