pub enum RepresentationOrRepresentationReferenceRef {
Show 22 variants
AdvancedBrepShapeRepresentation(AdvancedBrepShapeRepresentationId),
CharacterizedRepresentation(CharacterizedRepresentationId),
ConstructiveGeometryRepresentation(ConstructiveGeometryRepresentationId),
DefinitionalRepresentation(DefinitionalRepresentationId),
DraughtingModel(DraughtingModelId),
GeometricallyBoundedSurfaceShapeRepresentation(GeometricallyBoundedSurfaceShapeRepresentationId),
GeometricallyBoundedWireframeShapeRepresentation(GeometricallyBoundedWireframeShapeRepresentationId),
ManifoldSurfaceShapeRepresentation(ManifoldSurfaceShapeRepresentationId),
MechanicalDesignGeometricPresentationRepresentation(MechanicalDesignGeometricPresentationRepresentationId),
MechanicalDesignPresentationRepresentationWithDraughting(MechanicalDesignPresentationRepresentationWithDraughtingId),
MechanicalDesignShadedPresentationRepresentation(MechanicalDesignShadedPresentationRepresentationId),
PresentationArea(PresentationAreaId),
PresentationRepresentation(PresentationRepresentationId),
PresentationView(PresentationViewId),
Representation(RepresentationId),
RepresentationReference(RepresentationReferenceId),
ShapeDimensionRepresentation(ShapeDimensionRepresentationId),
ShapeRepresentation(ShapeRepresentationId),
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId),
SymbolRepresentation(SymbolRepresentationId),
TessellatedShapeRepresentation(TessellatedShapeRepresentationId),
Complex(ComplexUnitId),
}Variants§
AdvancedBrepShapeRepresentation(AdvancedBrepShapeRepresentationId)
CharacterizedRepresentation(CharacterizedRepresentationId)
ConstructiveGeometryRepresentation(ConstructiveGeometryRepresentationId)
DefinitionalRepresentation(DefinitionalRepresentationId)
DraughtingModel(DraughtingModelId)
GeometricallyBoundedSurfaceShapeRepresentation(GeometricallyBoundedSurfaceShapeRepresentationId)
GeometricallyBoundedWireframeShapeRepresentation(GeometricallyBoundedWireframeShapeRepresentationId)
ManifoldSurfaceShapeRepresentation(ManifoldSurfaceShapeRepresentationId)
MechanicalDesignGeometricPresentationRepresentation(MechanicalDesignGeometricPresentationRepresentationId)
MechanicalDesignPresentationRepresentationWithDraughting(MechanicalDesignPresentationRepresentationWithDraughtingId)
MechanicalDesignShadedPresentationRepresentation(MechanicalDesignShadedPresentationRepresentationId)
PresentationArea(PresentationAreaId)
PresentationRepresentation(PresentationRepresentationId)
PresentationView(PresentationViewId)
Representation(RepresentationId)
RepresentationReference(RepresentationReferenceId)
ShapeDimensionRepresentation(ShapeDimensionRepresentationId)
ShapeRepresentation(ShapeRepresentationId)
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId)
SymbolRepresentation(SymbolRepresentationId)
TessellatedShapeRepresentation(TessellatedShapeRepresentationId)
Complex(ComplexUnitId)
Implementations§
Source§impl RepresentationOrRepresentationReferenceRef
impl RepresentationOrRepresentationReferenceRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> RepresentationOrRepresentationReferenceRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for RepresentationOrRepresentationReferenceRef
impl Clone for RepresentationOrRepresentationReferenceRef
Source§fn clone(&self) -> RepresentationOrRepresentationReferenceRef
fn clone(&self) -> RepresentationOrRepresentationReferenceRef
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 RepresentationOrRepresentationReferenceRef
impl PartialEq for RepresentationOrRepresentationReferenceRef
Source§fn eq(&self, other: &RepresentationOrRepresentationReferenceRef) -> bool
fn eq(&self, other: &RepresentationOrRepresentationReferenceRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RepresentationOrRepresentationReferenceRef
Auto Trait Implementations§
impl Freeze for RepresentationOrRepresentationReferenceRef
impl RefUnwindSafe for RepresentationOrRepresentationReferenceRef
impl Send for RepresentationOrRepresentationReferenceRef
impl Sync for RepresentationOrRepresentationReferenceRef
impl Unpin for RepresentationOrRepresentationReferenceRef
impl UnsafeUnpin for RepresentationOrRepresentationReferenceRef
impl UnwindSafe for RepresentationOrRepresentationReferenceRef
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