Create Box
create_boxCreate a non-parametric box primitive in Fusion 360 by specifying length, width, height, and optional center coordinates via TemporaryBRepManager.
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 |