etabs_define_material
Define a new material property for ETABS models by specifying name, material type, region, standard, and grade.
Instructions
Define a new material property.
Args: name: Name for the material (e.g. "4000Psi", "A992Fy50"). material_type: One of: Steel, Concrete, NoDesign, Aluminum, ColdFormed, Rebar, Tendon, Masonry. region: Design region (default "United States"). standard: Standard name (e.g. "ASTM A992" for steel, "ACI 318" for concrete). grade: Grade/class (e.g. "Grade 50", "f'c 4000 psi").
Returns: Confirmation of the material definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| material_type | No | Concrete | |
| region | No | United States | |
| standard | No | ||
| grade | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |