pub fn make_shell(model: &mut Model, faces: &[Shape]) -> OgeomResult<Built>Expand description
Build a shell from faces.
ยงErrors
OgeomError::Construction if a child is
not a face, or the list is empty.
pub fn make_shell(model: &mut Model, faces: &[Shape]) -> OgeomResult<Built>Build a shell from faces.
OgeomError::Construction if a child is
not a face, or the list is empty.