Create Geometry Block
geometry_create_blockCreates a 3D block in ANSYS geometry with specified width, height, and length, centered at given coordinates using SI units.
Instructions
Create a centered block using SI length units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Block | |
| width | No | ||
| height | No | ||
| length | 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 |