sweep
Create solid bodies by sweeping a sketch profile along a path, with optional guide rails to control cross-section scaling during 3D modeling.
Instructions
Sweep a sketch profile along a path to create a solid body. Optionally use a guide rail to control the cross-section scaling.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_sketch_index | Yes | Index of the sketch containing the profile. | |
| profile_index | No | Index of the profile (0-based). | |
| path_sketch_index | Yes | Index of the sketch containing the sweep path. | |
| path_curve_index | No | Index of the curve in the path sketch to use as path. | |
| guide_rail | No | Optional guide rail: {sketch_index, curve_index} to control cross-section shape along path. | |
| orientation | No | Profile orientation along path: 'perpendicular' or 'parallel'. | perpendicular |
| operation | No | Boolean operation: 'new_body', 'join', 'cut', 'intersect'. | new_body |