create_box
Create axis-aligned solid boxes for CAD models by providing the minimum corner origin, width, depth, and height in millimeters.
Instructions
Create an axis-aligned solid box. origin_mm is the min corner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | unique body name | |
| depth_mm | Yes | ||
| width_mm | Yes | ||
| component | Yes | ||
| height_mm | Yes | ||
| origin_mm | Yes | [x, y, z] in mm |