Struct ruststep::ap201::explicit_draughting::GeometricRepresentationContext [−][src]
pub struct GeometricRepresentationContext {
pub representation_context: RepresentationContext,
pub coordinate_space_dimension: DimensionCount,
}
Fields
representation_context: RepresentationContext
coordinate_space_dimension: DimensionCount
Implementations
pub fn new(
representation_context: RepresentationContext,
coordinate_space_dimension: DimensionCount
) -> Self
pub fn new(
representation_context: RepresentationContext,
coordinate_space_dimension: DimensionCount
) -> Self
Constructs a new GeometricRepresentationContext
.
Methods from Deref<Target = RepresentationContext>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = RepresentationContext
type Target = RepresentationContext
The resulting type after dereferencing.
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 GeometricRepresentationContext
impl Sync for GeometricRepresentationContext
impl Unpin for GeometricRepresentationContext
impl UnwindSafe for GeometricRepresentationContext
Blanket Implementations
Mutably borrows from an owned value. Read more