Skip to main content

make_wire

Function make_wire 

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

Build a wire from edges that meet end to end.

ยงErrors

OgeomError::Construction if a child is not an edge, the list is empty, or consecutive edges do not share a vertex.