pub fn make_loft_skinned_aligned(
model: &mut Model,
sections: &[Shape],
hints: &[Point],
tolerance: f64,
tol: Tolerances,
) -> OgeomResult<Built>Expand description
Loft through sections with the start of each row named by the caller.
make_loft_skinned leaves alignment to each section’s own traversal
start; this sibling takes one hint per section (a point near where its
row should begin) and rotates each sampling there, which is how a
caller untwists a loft whose wires happen to start in different places.
§Errors
As make_loft_skinned, and additionally if the hints do not pair up
with the sections.