extrude
Turns sketch profiles into 3D features by joining, cutting, or intersecting bodies, with distance or full-length extents.
Instructions
Extrude a sketch profile into a feature. operation: new_body | join | cut | intersect | new_component extent_kind: distance (needs expression) | symmetric (needs expression) | all_positive | all_negative direction: positive | negative (for distance kind) participants: body names to operate on (for cut/join/intersect) Returns feature_name + bodies_added.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| sketch | Yes | ||
| direction | No | positive | |
| operation | No | new_body | |
| expression | No | ||
| extent_kind | No | distance | |
| participants | No | ||
| profile_index | No | ||
| is_full_length | No |