create_box
Create a 3D box solid at the origin by specifying width, height, and depth; use it to add rectangular geometry to CAD drawings.
Instructions
Create a box solid at origin with width, height, and depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| z | No | ||
| unit | No | ||
| depth | Yes | ||
| layer | No | ||
| width | Yes | ||
| height | Yes |