Struct ruststep::ap203::config_control_design::BrepWithVoids [−][src]
pub struct BrepWithVoids {
pub manifold_solid_brep: ManifoldSolidBrep,
pub voids: Vec<OrientedClosedShell>,
}
Fields
manifold_solid_brep: ManifoldSolidBrep
voids: Vec<OrientedClosedShell>
Implementations
Constructs a new BrepWithVoids
.
Methods from Deref<Target = ManifoldSolidBrep>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ManifoldSolidBrep
type Target = ManifoldSolidBrep
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 BrepWithVoids
impl Send for BrepWithVoids
impl Sync for BrepWithVoids
impl Unpin for BrepWithVoids
impl UnwindSafe for BrepWithVoids
Blanket Implementations
Mutably borrows from an owned value. Read more