create_box
Define a box's length, width, and height to generate a 3D cube in FreeCAD.
Instructions
Create a box/cube in FreeCAD with specified dimensions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | Length of the box in mm | |
| width | Yes | Width of the box in mm | |
| height | Yes | Height of the box in mm | |
| name | No | Name for the box object | Box |