etabs_set_stories
Define building stories by specifying story names, heights, and base elevation to set up the vertical configuration of the structural model.
Instructions
Define the building stories. Stories are listed from bottom to top.
Args: story_names: List of story names, bottom to top (e.g. ["Base", "Story1", "Story2"]). story_heights: List of story heights for each story (same length). bottom_elevation: Elevation of the base (default 0.0).
Returns: Confirmation with the story definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story_names | Yes | ||
| story_heights | Yes | ||
| bottom_elevation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |