create_cylinder
Generate a 3D cylinder by specifying radius and height, with optional position, for CAD file creation using OpenSCAD operations.
Instructions
Create an OpenSCAD cylinder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| height | Yes | ||
| radius | Yes | ||
| position | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| message | Yes | ||
| success | No | ||
| entity_id | No |