create_box
Create a 3D box in FreeCAD by specifying its width, depth, height, and placement coordinates.
Instructions
FreeCAD tool: create_box
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | No | Body name | |
| width | No | Width (mm) | |
| depth | No | Depth (mm) | |
| height | No | Height (mm) | |
| cx | No | Center X | |
| cy | No | Center Y | |
| cz | No | Center Z | |
| x_placement | No | left|center|right | center |
| y_placement | No | front|center|back | center |
| z_placement | No | bottom|center|top | center |