fusion_box
Create a cuboid box with width, depth, and height dimensions, centered on the XY origin and extruded in the positive Z direction. Automatically creates a document if none is open, and supports building inside a specified component.
Instructions
Create a box (cuboid): width(X) x depth(Y) x height(Z) in mm, centered on
the XY origin and rising in +Z. Auto-creates a document if none is open.
For a cube, pass equal width/depth/height. Pass component (a component name
from fusion_create_component) to build the box INSIDE that component — useful
for building assembly parts to then joint together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| name | No | ||
| depth | Yes | ||
| width | Yes | ||
| height | Yes | ||
| component | No |