Skip to main content

make_wire_unordered

Function make_wire_unordered 

Source
pub fn make_wire_unordered(
    model: &mut Model,
    edges: &[Shape],
    tol: Tolerances,
) -> OgeomResult<Built>
Expand description

Build a wire from edges in any order.

order_edges then make_wire.

ยงErrors

As order_edges and make_wire.