etabs_add_point
Add a point (joint) object in ETABS at specified X, Y, Z coordinates, with optional custom name and coordinate system.
Instructions
Add a point (joint) object at the specified coordinates.
Args: x: X coordinate in current units. y: Y coordinate in current units. z: Z coordinate in current units. name: Optional user-defined name. ETABS assigns a default if blank. csys: Coordinate system name (default "Global").
Returns: JSON with the assigned point name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| z | Yes | ||
| name | No | ||
| csys | No | Global |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |