Create Geometry Cylinder
geometry_create_cylinderCreates a centered cylinder for ANSYS geometry using SI units, specifying radius, height, and center coordinates.
Instructions
Create a centered cylinder using SI length units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Cylinder | |
| height | No | ||
| radius | No | ||
| center_x | No | ||
| center_y | No | ||
| center_z | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| tool | Yes | ||
| error | No | ||
| message | Yes |