create_cylinder
Creates a 3D cylinder in FreeCAD by specifying radius and height. The object is added to the active document for use.
Instructions
Create a cylinder in FreeCAD
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius | Yes | Radius of the cylinder in mm | |
| height | Yes | Height of the cylinder in mm | |
| name | No | Name for the cylinder object | Cylinder |