pub enum TessellatedItemRef {
Show 13 variants
ComplexTriangulatedFace(ComplexTriangulatedFaceId),
ComplexTriangulatedSurfaceSet(ComplexTriangulatedSurfaceSetId),
CoordinatesList(CoordinatesListId),
RepositionedTessellatedItem(RepositionedTessellatedItemId),
TessellatedCurveSet(TessellatedCurveSetId),
TessellatedFace(TessellatedFaceId),
TessellatedGeometricSet(TessellatedGeometricSetId),
TessellatedItem(TessellatedItemId),
TessellatedShell(TessellatedShellId),
TessellatedSolid(TessellatedSolidId),
TessellatedStructuredItem(TessellatedStructuredItemId),
TessellatedSurfaceSet(TessellatedSurfaceSetId),
Complex(ComplexUnitId),
}Variants§
ComplexTriangulatedFace(ComplexTriangulatedFaceId)
ComplexTriangulatedSurfaceSet(ComplexTriangulatedSurfaceSetId)
CoordinatesList(CoordinatesListId)
RepositionedTessellatedItem(RepositionedTessellatedItemId)
TessellatedCurveSet(TessellatedCurveSetId)
TessellatedFace(TessellatedFaceId)
TessellatedGeometricSet(TessellatedGeometricSetId)
TessellatedItem(TessellatedItemId)
TessellatedShell(TessellatedShellId)
TessellatedSolid(TessellatedSolidId)
TessellatedStructuredItem(TessellatedStructuredItemId)
TessellatedSurfaceSet(TessellatedSurfaceSetId)
Complex(ComplexUnitId)
Implementations§
Source§impl TessellatedItemRef
impl TessellatedItemRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> TessellatedItemRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for TessellatedItemRef
impl Clone for TessellatedItemRef
Source§fn clone(&self) -> TessellatedItemRef
fn clone(&self) -> TessellatedItemRef
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 TessellatedItemRef
impl Debug for TessellatedItemRef
Source§impl PartialEq for TessellatedItemRef
impl PartialEq for TessellatedItemRef
Source§fn eq(&self, other: &TessellatedItemRef) -> bool
fn eq(&self, other: &TessellatedItemRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TessellatedItemRef
Auto Trait Implementations§
impl Freeze for TessellatedItemRef
impl RefUnwindSafe for TessellatedItemRef
impl Send for TessellatedItemRef
impl Sync for TessellatedItemRef
impl Unpin for TessellatedItemRef
impl UnsafeUnpin for TessellatedItemRef
impl UnwindSafe for TessellatedItemRef
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