update_section_property
Manually override computed section properties such as area and moments of inertia to fine-tune or correct values after section creation.
Instructions
Directly modify the calculated properties of a section (直接修改截面特性值).
Use this to manually override Area, Ix, Iy, Iz etc. after creation.
Typically used for fine-tuning or correcting auto-calculated values.
(用于手动覆盖截面面积、惯性矩等自动计算值)
Args:
index: Section ID (截面编号)
sec_property: List of up to 29 section properties in order:
[Area, Asy, Asz, Ixx, Iyy, Izz, ...]
(截面特性列表,按顺序: 面积, 剪切面积y, 剪切面积z, 扭转惯性矩, 抗弯惯性矩y, 抗弯惯性矩z, ...)
side_i: For tapered sections, True=I-end, False=J-end (变截面时 True=I端, False=J端)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| side_i | No | ||
| sec_property | Yes |