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