etabs_add_area
Create slab, wall, or deck areas in ETABS by specifying corner coordinates. Define geometry with ordered points and assign a property name.
Instructions
Add an area object (slab, wall, deck) defined by corner coordinates.
The coordinates should be ordered clockwise or counter-clockwise. Must have at least 3 points.
Args: x_coords: List of X coordinates for each corner. y_coords: List of Y coordinates for each corner. z_coords: List of Z coordinates for each corner. prop_name: Area section property name. Use "Default" for auto-assigned. name: Optional user-defined name for the area. csys: Coordinate system name (default "Global").
Returns: JSON with the assigned area name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_coords | Yes | ||
| y_coords | Yes | ||
| z_coords | Yes | ||
| prop_name | No | Default | |
| name | No | ||
| csys | No | Global |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |