etabs_new_model
Create a new ETABS model from scratch or using templates like steel deck or grid only. Configure units, number of stories, bays, and heights for structural analysis.
Instructions
Create a new ETABS model, optionally from a template.
Args: units: Unit system. One of: lb_in_F, lb_ft_F, kip_in_F, kip_ft_F, kN_mm_C, kN_m_C, kgf_mm_C, kgf_m_C, N_mm_C, N_m_C, Ton_mm_C, Ton_m_C, kN_cm_C, kgf_cm_C, N_cm_C, Ton_cm_C. template: Template type — "blank", "steel_deck", or "grid_only". num_stories: Number of stories (for templates). typical_story_height: Typical story height in current units. bottom_story_height: Bottom story height in current units. num_bays_x: Number of bays in X direction (for templates). num_bays_y: Number of bays in Y direction (for templates). bay_width_x: Bay width in X direction in current units. bay_width_y: Bay width in Y direction in current units.
Returns: Success confirmation with model info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | kip_ft_F | |
| template | No | blank | |
| num_stories | No | ||
| typical_story_height | No | ||
| bottom_story_height | No | ||
| num_bays_x | No | ||
| num_bays_y | No | ||
| bay_width_x | No | ||
| bay_width_y | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |