pub struct Shell {
pub faces: Vec<FaceId>,
pub solid: SolidId,
}Expand description
A connected, orientable 2-manifold made up of faces.
A closed shell bounds a region of space; an open shell does not. A solid typically has exactly one outer shell and zero or more void shells.
Fields§
§faces: Vec<FaceId>§solid: SolidIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for Shell
impl RefUnwindSafe for Shell
impl Send for Shell
impl Sync for Shell
impl Unpin for Shell
impl UnsafeUnpin for Shell
impl UnwindSafe for Shell
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more