create_section_from_properties
Create a structural cross-section directly from pre-calculated properties such as area, torsional constant, and moments of inertia, bypassing manual modeling.
Instructions
Create a section directly from its pre-calculated properties (通过截面特性直接创建截面).
Args:
name: Section name (截面名称)
area: Cross-sectional area (横截面面积 Area)
ix: Torsional constant (扭转惯性矩 Ixx)
iy: Moment of inertia about y-axis (抗弯惯性矩 Iyy)
iz: Moment of inertia about z-axis (抗弯惯性矩 Izz)
sec_property: Full list of properties (up to 29). If not provided, a basic list is auto-generated with Area, Ix, Iy, Iz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ix | Yes | ||
| iy | Yes | ||
| iz | Yes | ||
| area | Yes | ||
| name | Yes | ||
| sec_property | No |