pub enum MechanicalDesignAndDraughtingRelationshipSelectRef {
Show 13 variants
AdvancedBrepShapeRepresentation(AdvancedBrepShapeRepresentationId),
DraughtingModel(DraughtingModelId),
GeometricallyBoundedSurfaceShapeRepresentation(GeometricallyBoundedSurfaceShapeRepresentationId),
GeometricallyBoundedWireframeShapeRepresentation(GeometricallyBoundedWireframeShapeRepresentationId),
ManifoldSurfaceShapeRepresentation(ManifoldSurfaceShapeRepresentationId),
MechanicalDesignGeometricPresentationRepresentation(MechanicalDesignGeometricPresentationRepresentationId),
MechanicalDesignPresentationRepresentationWithDraughting(MechanicalDesignPresentationRepresentationWithDraughtingId),
MechanicalDesignShadedPresentationRepresentation(MechanicalDesignShadedPresentationRepresentationId),
ShapeDimensionRepresentation(ShapeDimensionRepresentationId),
ShapeRepresentation(ShapeRepresentationId),
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId),
TessellatedShapeRepresentation(TessellatedShapeRepresentationId),
Complex(ComplexUnitId),
}Variants§
AdvancedBrepShapeRepresentation(AdvancedBrepShapeRepresentationId)
DraughtingModel(DraughtingModelId)
GeometricallyBoundedSurfaceShapeRepresentation(GeometricallyBoundedSurfaceShapeRepresentationId)
GeometricallyBoundedWireframeShapeRepresentation(GeometricallyBoundedWireframeShapeRepresentationId)
ManifoldSurfaceShapeRepresentation(ManifoldSurfaceShapeRepresentationId)
MechanicalDesignGeometricPresentationRepresentation(MechanicalDesignGeometricPresentationRepresentationId)
MechanicalDesignPresentationRepresentationWithDraughting(MechanicalDesignPresentationRepresentationWithDraughtingId)
MechanicalDesignShadedPresentationRepresentation(MechanicalDesignShadedPresentationRepresentationId)
ShapeDimensionRepresentation(ShapeDimensionRepresentationId)
ShapeRepresentation(ShapeRepresentationId)
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId)
TessellatedShapeRepresentation(TessellatedShapeRepresentationId)
Complex(ComplexUnitId)
Implementations§
Source§impl MechanicalDesignAndDraughtingRelationshipSelectRef
impl MechanicalDesignAndDraughtingRelationshipSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> MechanicalDesignAndDraughtingRelationshipSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for MechanicalDesignAndDraughtingRelationshipSelectRef
impl Clone for MechanicalDesignAndDraughtingRelationshipSelectRef
Source§fn clone(&self) -> MechanicalDesignAndDraughtingRelationshipSelectRef
fn clone(&self) -> MechanicalDesignAndDraughtingRelationshipSelectRef
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 MechanicalDesignAndDraughtingRelationshipSelectRef
impl PartialEq for MechanicalDesignAndDraughtingRelationshipSelectRef
Source§fn eq(&self, other: &MechanicalDesignAndDraughtingRelationshipSelectRef) -> bool
fn eq(&self, other: &MechanicalDesignAndDraughtingRelationshipSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MechanicalDesignAndDraughtingRelationshipSelectRef
Auto Trait Implementations§
impl Freeze for MechanicalDesignAndDraughtingRelationshipSelectRef
impl RefUnwindSafe for MechanicalDesignAndDraughtingRelationshipSelectRef
impl Send for MechanicalDesignAndDraughtingRelationshipSelectRef
impl Sync for MechanicalDesignAndDraughtingRelationshipSelectRef
impl Unpin for MechanicalDesignAndDraughtingRelationshipSelectRef
impl UnsafeUnpin for MechanicalDesignAndDraughtingRelationshipSelectRef
impl UnwindSafe for MechanicalDesignAndDraughtingRelationshipSelectRef
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