etabs_define_frame_section
Define beam or column cross-sections in ETABS by specifying shape and dimensions for rectangular, circular, I, Tee, Channel, Box, Pipe, or Angle sections.
Instructions
Define a frame section property (beam/column cross-section).
For Rectangular and Circular shapes, only depth and width are needed. For I, Tee, Channel shapes, provide flange and web dimensions.
Args: name: Section name (e.g. "W14X22", "C24x12", "Beam24x12"). material: Material name (must be previously defined). shape: Section shape — Rectangular, Circular, I, Tee, Channel, Box, Pipe, Angle. depth: Total depth (or diameter for circular). width: Total width (or diameter for Pipe). flange_width_top: Top flange width (for I, Tee, Channel). flange_thickness_top: Top flange thickness. web_thickness: Web thickness. flange_width_bot: Bottom flange width (for I). flange_thickness_bot: Bottom flange thickness (for I).
Returns: Confirmation with section details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| material | Yes | ||
| shape | No | Rectangular | |
| depth | No | ||
| width | No | ||
| flange_width_top | No | ||
| flange_thickness_top | No | ||
| web_thickness | No | ||
| flange_width_bot | No | ||
| flange_thickness_bot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |