etabs_add_frame
Add a frame element between two specified coordinates in an ETABS model. Define start and end points, section property, and optional name.
Instructions
Add a frame object (beam, column, brace) between two points by coordinates.
Args: x1: X coordinate of start point. y1: Y coordinate of start point. z1: Z coordinate of start point. x2: X coordinate of end point. y2: Y coordinate of end point. z2: Z coordinate of end point. prop_name: Frame section property name. Use "Default" for auto-assigned. name: Optional user-defined name for the frame. csys: Coordinate system name (default "Global").
Returns: JSON with the assigned frame name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| y1 | Yes | ||
| z1 | Yes | ||
| x2 | Yes | ||
| y2 | Yes | ||
| z2 | Yes | ||
| prop_name | No | Default | |
| name | No | ||
| csys | No | Global |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |