Enum ruststep::ap203::config_control_design::GeometricRepresentationItemAny [−][src]
pub enum GeometricRepresentationItemAny {
Show 17 variants
GeometricRepresentationItem(Box<GeometricRepresentationItem>),
CartesianTransformationOperator(Box<CartesianTransformationOperatorAny>),
Curve(Box<CurveAny>),
Direction(Box<Direction>),
EdgeBasedWireframeModel(Box<EdgeBasedWireframeModel>),
EdgeCurve(Box<EdgeCurve>),
FaceSurface(Box<FaceSurfaceAny>),
GeometricSet(Box<GeometricSetAny>),
Placement(Box<PlacementAny>),
Point(Box<PointAny>),
PolyLoop(Box<PolyLoop>),
ShellBasedSurfaceModel(Box<ShellBasedSurfaceModel>),
ShellBasedWireframeModel(Box<ShellBasedWireframeModel>),
SolidModel(Box<SolidModelAny>),
Surface(Box<SurfaceAny>),
Vector(Box<Vector>),
VertexPoint(Box<VertexPoint>),
}
Variants
GeometricRepresentationItem(Box<GeometricRepresentationItem>)
Tuple Fields of GeometricRepresentationItem
CartesianTransformationOperator(Box<CartesianTransformationOperatorAny>)
Tuple Fields of CartesianTransformationOperator
EdgeBasedWireframeModel(Box<EdgeBasedWireframeModel>)
Tuple Fields of EdgeBasedWireframeModel
FaceSurface(Box<FaceSurfaceAny>)
Tuple Fields of FaceSurface
0: Box<FaceSurfaceAny>
GeometricSet(Box<GeometricSetAny>)
Tuple Fields of GeometricSet
0: Box<GeometricSetAny>
Placement(Box<PlacementAny>)
Tuple Fields of Placement
0: Box<PlacementAny>
ShellBasedSurfaceModel(Box<ShellBasedSurfaceModel>)
Tuple Fields of ShellBasedSurfaceModel
ShellBasedWireframeModel(Box<ShellBasedWireframeModel>)
Tuple Fields of ShellBasedWireframeModel
SolidModel(Box<SolidModelAny>)
Tuple Fields of SolidModel
0: Box<SolidModelAny>
Surface(Box<SurfaceAny>)
Tuple Fields of Surface
0: Box<SurfaceAny>
VertexPoint(Box<VertexPoint>)
Tuple Fields of VertexPoint
0: Box<VertexPoint>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for GeometricRepresentationItemAny
impl Sync for GeometricRepresentationItemAny
impl Unpin for GeometricRepresentationItemAny
impl UnwindSafe for GeometricRepresentationItemAny
Blanket Implementations
Mutably borrows from an owned value. Read more