fusion_box
Create a 3D box (cuboid) in Fusion 360 with width, depth, and height in mm, centered on the origin. Optionally place it inside a specific component for assembly design.
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 |