pub enum InvisibleItemRef {
Show 40 variants
AdvancedBrepShapeRepresentation(AdvancedBrepShapeRepresentationId),
AnnotationCurveOccurrence(AnnotationCurveOccurrenceId),
AnnotationFillAreaOccurrence(AnnotationFillAreaOccurrenceId),
AnnotationOccurrence(AnnotationOccurrenceId),
AnnotationPlaceholderOccurrence(AnnotationPlaceholderOccurrenceId),
AnnotationPlaceholderOccurrenceWithLeaderLine(AnnotationPlaceholderOccurrenceWithLeaderLineId),
AnnotationPlane(AnnotationPlaneId),
AnnotationSymbolOccurrence(AnnotationSymbolOccurrenceId),
AnnotationTextOccurrence(AnnotationTextOccurrenceId),
CharacterizedRepresentation(CharacterizedRepresentationId),
ConstructiveGeometryRepresentation(ConstructiveGeometryRepresentationId),
ContextDependentOverRidingStyledItem(ContextDependentOverRidingStyledItemId),
DefinitionalRepresentation(DefinitionalRepresentationId),
DraughtingAnnotationOccurrence(DraughtingAnnotationOccurrenceId),
DraughtingCallout(DraughtingCalloutId),
DraughtingModel(DraughtingModelId),
GeometricallyBoundedSurfaceShapeRepresentation(GeometricallyBoundedSurfaceShapeRepresentationId),
GeometricallyBoundedWireframeShapeRepresentation(GeometricallyBoundedWireframeShapeRepresentationId),
LeaderCurve(LeaderCurveId),
LeaderDirectedCallout(LeaderDirectedCalloutId),
LeaderTerminator(LeaderTerminatorId),
ManifoldSurfaceShapeRepresentation(ManifoldSurfaceShapeRepresentationId),
MechanicalDesignGeometricPresentationRepresentation(MechanicalDesignGeometricPresentationRepresentationId),
MechanicalDesignPresentationRepresentationWithDraughting(MechanicalDesignPresentationRepresentationWithDraughtingId),
MechanicalDesignShadedPresentationRepresentation(MechanicalDesignShadedPresentationRepresentationId),
OverRidingStyledItem(OverRidingStyledItemId),
PresentationArea(PresentationAreaId),
PresentationLayerAssignment(PresentationLayerAssignmentId),
PresentationRepresentation(PresentationRepresentationId),
PresentationView(PresentationViewId),
Representation(RepresentationId),
ShapeDimensionRepresentation(ShapeDimensionRepresentationId),
ShapeRepresentation(ShapeRepresentationId),
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId),
StyledItem(StyledItemId),
SymbolRepresentation(SymbolRepresentationId),
TerminatorSymbol(TerminatorSymbolId),
TessellatedAnnotationOccurrence(TessellatedAnnotationOccurrenceId),
TessellatedShapeRepresentation(TessellatedShapeRepresentationId),
Complex(ComplexUnitId),
}Variants§
AdvancedBrepShapeRepresentation(AdvancedBrepShapeRepresentationId)
AnnotationCurveOccurrence(AnnotationCurveOccurrenceId)
AnnotationFillAreaOccurrence(AnnotationFillAreaOccurrenceId)
AnnotationOccurrence(AnnotationOccurrenceId)
AnnotationPlaceholderOccurrence(AnnotationPlaceholderOccurrenceId)
AnnotationPlaceholderOccurrenceWithLeaderLine(AnnotationPlaceholderOccurrenceWithLeaderLineId)
AnnotationPlane(AnnotationPlaneId)
AnnotationSymbolOccurrence(AnnotationSymbolOccurrenceId)
AnnotationTextOccurrence(AnnotationTextOccurrenceId)
CharacterizedRepresentation(CharacterizedRepresentationId)
ConstructiveGeometryRepresentation(ConstructiveGeometryRepresentationId)
ContextDependentOverRidingStyledItem(ContextDependentOverRidingStyledItemId)
DefinitionalRepresentation(DefinitionalRepresentationId)
DraughtingAnnotationOccurrence(DraughtingAnnotationOccurrenceId)
DraughtingCallout(DraughtingCalloutId)
DraughtingModel(DraughtingModelId)
GeometricallyBoundedSurfaceShapeRepresentation(GeometricallyBoundedSurfaceShapeRepresentationId)
GeometricallyBoundedWireframeShapeRepresentation(GeometricallyBoundedWireframeShapeRepresentationId)
LeaderCurve(LeaderCurveId)
LeaderDirectedCallout(LeaderDirectedCalloutId)
LeaderTerminator(LeaderTerminatorId)
ManifoldSurfaceShapeRepresentation(ManifoldSurfaceShapeRepresentationId)
MechanicalDesignGeometricPresentationRepresentation(MechanicalDesignGeometricPresentationRepresentationId)
MechanicalDesignPresentationRepresentationWithDraughting(MechanicalDesignPresentationRepresentationWithDraughtingId)
MechanicalDesignShadedPresentationRepresentation(MechanicalDesignShadedPresentationRepresentationId)
OverRidingStyledItem(OverRidingStyledItemId)
PresentationArea(PresentationAreaId)
PresentationLayerAssignment(PresentationLayerAssignmentId)
PresentationRepresentation(PresentationRepresentationId)
PresentationView(PresentationViewId)
Representation(RepresentationId)
ShapeDimensionRepresentation(ShapeDimensionRepresentationId)
ShapeRepresentation(ShapeRepresentationId)
ShapeRepresentationWithParameters(ShapeRepresentationWithParametersId)
StyledItem(StyledItemId)
SymbolRepresentation(SymbolRepresentationId)
TerminatorSymbol(TerminatorSymbolId)
TessellatedAnnotationOccurrence(TessellatedAnnotationOccurrenceId)
TessellatedShapeRepresentation(TessellatedShapeRepresentationId)
Complex(ComplexUnitId)
Implementations§
Source§impl InvisibleItemRef
impl InvisibleItemRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> InvisibleItemRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for InvisibleItemRef
impl Clone for InvisibleItemRef
Source§fn clone(&self) -> InvisibleItemRef
fn clone(&self) -> InvisibleItemRef
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 InvisibleItemRef
impl Debug for InvisibleItemRef
Source§impl PartialEq for InvisibleItemRef
impl PartialEq for InvisibleItemRef
Source§fn eq(&self, other: &InvisibleItemRef) -> bool
fn eq(&self, other: &InvisibleItemRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InvisibleItemRef
Auto Trait Implementations§
impl Freeze for InvisibleItemRef
impl RefUnwindSafe for InvisibleItemRef
impl Send for InvisibleItemRef
impl Sync for InvisibleItemRef
impl Unpin for InvisibleItemRef
impl UnsafeUnpin for InvisibleItemRef
impl UnwindSafe for InvisibleItemRef
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