add_extruded_profile
Extrude closed polygon profiles into solid parts with specified depth, enabling custom prismatic shapes like brackets and profiles.
Instructions
Extrude a closed polygon into a solid: points_mm = [[x,y], ...] in mm.
The polygon (first-plane coordinates, same as add_box) is auto-closed and extruded by depth_mm. Unlocks arbitrary prismatic shapes (brackets, profiles, polygons). Returns mass properties (volume = polygon area * depth).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Extrude | |
| depth_mm | Yes | ||
| points_mm | Yes |