Loft through a set of wire profiles to create a 3D shape.
Builds a BRepOffsetAPI_ThruSections surface through the given wires, optionally starting and/or ending at point vertices. Produces a solid by default, or a shell when returnShell is true.
BRepOffsetAPI_ThruSections
returnShell
true
Ordered wire profiles to loft through.
Loft configuration (ruled interpolation, start/end points).
When true, return a shell instead of a solid.
Result containing the lofted 3D shape.
Result
const result = loft([bottomWire, topWire], { ruled: false }); Copy
const result = loft([bottomWire, topWire], { ruled: false });
loftFns!loftWires | loftWires for the functional API equivalent.
Loft through a set of wire profiles to create a 3D shape.
Builds a
BRepOffsetAPI_ThruSectionssurface through the given wires, optionally starting and/or ending at point vertices. Produces a solid by default, or a shell whenreturnShellistrue.