etabs_assign_area_stiffness_modifiers
Assign cracked-section stiffness modifiers to area objects (walls, slabs, decks) in ETABS using ACI 318-19 presets or custom values. Target by name, group, or all areas.
Instructions
Apply cracked-section stiffness modifiers to one or more area objects (walls, slabs, decks).
Pick a target with names, group, or leave both blank for ALL areas.
Presets (ACI 318-19 Table 6.6.3.1.1(a)):
"aci_wall" I = 0.70 Ig, A = 0.70 Ag (uncracked)
"aci_wall_cracked" I = 0.35 Ig, A = 0.35 Ag
"aci_slab" I = 0.25 Ig (flat plate / two-way slab)
"aci_slab_joist" I = 0.50 Ig (slab with joists / ribs)
"aci_drop_panel" I = 0.50 Ig
"steel_deck" unmodified
Args: names: List of area object names. None → group, or all areas. group: Named ETABS group. preset: One of the preset names above (case-insensitive). f11, f22, f12: Membrane (in-plane) stiffness modifiers. m11, m22, m12: Bending (out-of-plane) stiffness modifiers. v13, v23: Transverse shear modifiers.
Returns: JSON with the modifier values applied and the number of areas updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | No | ||
| group | No | ||
| preset | No | ||
| f11 | No | ||
| f22 | No | ||
| f12 | No | ||
| m11 | No | ||
| m22 | No | ||
| m12 | No | ||
| v13 | No | ||
| v23 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |