Create Box
create_boxCreates a non-parametric box primitive in Fusion 360 from length, width, and height, with optional X, Y, and Z center coordinates.
Instructions
Create a box primitive (non-parametric via TemporaryBRepManager)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| length | Yes | ||
| center_x | No | ||
| center_y | No | ||
| center_z | No |