Struct ruststep::ap203::config_control_design::EdgeBasedWireframeModel [−][src]
pub struct EdgeBasedWireframeModel {
pub geometric_representation_item: GeometricRepresentationItem,
pub ebwm_boundary: Vec<ConnectedEdgeSet>,
}
Fields
geometric_representation_item: GeometricRepresentationItem
ebwm_boundary: Vec<ConnectedEdgeSet>
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
ebwm_boundary: Vec<ConnectedEdgeSet>
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
ebwm_boundary: Vec<ConnectedEdgeSet>
) -> Self
Constructs a new EdgeBasedWireframeModel
.
Methods from Deref<Target = GeometricRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
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 RefUnwindSafe for EdgeBasedWireframeModel
impl Send for EdgeBasedWireframeModel
impl Sync for EdgeBasedWireframeModel
impl Unpin for EdgeBasedWireframeModel
impl UnwindSafe for EdgeBasedWireframeModel
Blanket Implementations
Mutably borrows from an owned value. Read more