loft
Generate 3D surfaces by connecting multiple sketch profiles, with options for guide rails, center lines, and closed loops to control shape transitions in Fusion 360.
Instructions
Create a loft between two or more sketch profiles. Optionally use guide rails to control the surface transition, a center line to constrain the loft, or create a closed loft.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profiles | Yes | Array of {sketch_index, profile_index} objects defining loft sections. | |
| guide_rails | No | Optional array of {sketch_index, curve_index} for guide rails controlling the surface shape. | |
| center_line | No | Optional center line: {sketch_index, curve_index} to constrain the loft path. | |
| is_closed | No | If true, create a closed loft (last section connects back to first). | |
| operation | No | Boolean operation: 'new_body', 'join', 'cut', 'intersect'. | new_body |