build_extruded_closed_profile
Constructs an exact closed profile from segment coordinates and extrudes it as a single composite body. Supports variables for parametric depth and dimensions.
Instructions
Build an exact closed profile and extrude it as one composite.
Segment coordinates and depth_mm accept string expressions over
variables (e.g. depth_mm="C", x2="A-29") — a size variant is the same
call with a new variables dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact | No | ||
| merge | No | ||
| plane | No | front | |
| depth_mm | Yes | ||
| segments | Yes | ||
| variables | No | ||
| end_condition | No | blind | |
| reverse_direction | No |