create_box
Build a 3D rectangular prism by specifying width, depth, and height. Optionally set base corner position, layer, and material.
Instructions
Create a 3-D box (rectangular prism) by specifying width, depth, height. Optionally provide an origin [x, y, z] for the base corner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Size along X axis | |
| depth | Yes | Size along Y axis | |
| height | Yes | Size along Z axis | |
| origin | No | [x, y, z] base corner (default [0,0,0]) | |
| layer | No | ||
| material | No |