Skip to main content

make_compound

Function make_compound 

Source
pub fn make_compound(model: &mut Model, shapes: &[Shape]) -> OgeomResult<Built>
Expand description

Build a compound from any shapes, with history.

The grouping container: a compound holds anything, orders nothing, and claims nothing about closure. What this adds over the raw model call is the same thing every builder adds: a history that says what went in.

ยงErrors

As Model::add_compound.