Skip to main content

make_shell

Function make_shell 

Source
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.