etabs_set_grid_system
Define a Cartesian grid system in ETABS by providing X and Y bay spacings and optional grid line IDs.
Instructions
Define or modify a Cartesian grid system.
Args: name: Name of the grid system. x_spacings: List of X-direction grid spacings (e.g. [6.0, 6.0, 6.0] for 3 bays). y_spacings: List of Y-direction grid spacings. x_grid_ids: Optional grid line IDs for X (default: A, B, C, ...). y_grid_ids: Optional grid line IDs for Y (default: 1, 2, 3, ...).
Returns: Confirmation with the grid system definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| x_spacings | Yes | ||
| y_spacings | Yes | ||
| x_grid_ids | No | ||
| y_grid_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |