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