pub fn make_solid(model: &mut Model, shells: &[Shape]) -> OgeomResult<Built>Expand description
Build a solid from shells.
The first shell is the outer boundary; any others are voids inside it.
ยงErrors
OgeomError::Construction if a child is not
a shell, or the list is empty.