pub enum RepresentationRef {
Show 21 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),
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)
ShapeDimensionRepresentation(ShapeDimensionRepresentationId)
ShapeRepresentation(ShapeRepresentationId)
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId)
SymbolRepresentation(SymbolRepresentationId)
TessellatedShapeRepresentation(TessellatedShapeRepresentationId)
Complex(ComplexUnitId)
Implementations§
Source§impl RepresentationRef
impl RepresentationRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> RepresentationRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for RepresentationRef
impl Clone for RepresentationRef
Source§fn clone(&self) -> RepresentationRef
fn clone(&self) -> RepresentationRef
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 RepresentationRef
impl Debug for RepresentationRef
Source§impl PartialEq for RepresentationRef
impl PartialEq for RepresentationRef
Source§fn eq(&self, other: &RepresentationRef) -> bool
fn eq(&self, other: &RepresentationRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RepresentationRef
Auto Trait Implementations§
impl Freeze for RepresentationRef
impl RefUnwindSafe for RepresentationRef
impl Send for RepresentationRef
impl Sync for RepresentationRef
impl Unpin for RepresentationRef
impl UnsafeUnpin for RepresentationRef
impl UnwindSafe for RepresentationRef
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