Struct ruststep::ap203::config_control_design::ShellBasedSurfaceModel [−][src]
pub struct ShellBasedSurfaceModel {
pub geometric_representation_item: GeometricRepresentationItem,
pub sbsm_boundary: Vec<Shell>,
}
Fields
geometric_representation_item: GeometricRepresentationItem
sbsm_boundary: Vec<Shell>
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
sbsm_boundary: Vec<Shell>
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
sbsm_boundary: Vec<Shell>
) -> Self
Constructs a new ShellBasedSurfaceModel
.
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 ShellBasedSurfaceModel
impl Send for ShellBasedSurfaceModel
impl Sync for ShellBasedSurfaceModel
impl Unpin for ShellBasedSurfaceModel
impl UnwindSafe for ShellBasedSurfaceModel
Blanket Implementations
Mutably borrows from an owned value. Read more