update_element_section
Update frame element sections by providing element IDs and a new section ID. Supports single IDs, lists, or range strings like '1to50' for bulk section changes.
Instructions
Change the section of one or more frame elements (修改杆系单元截面).
Args:
ids: Element ID(s). Supports int, list, or range string '1to50'.
(单元编号,支持整数、列表或范围字符串)
sec_id: New section ID (新截面编号,使用 get_section_list 查询有效编号)
Example:
update_element_section("1to30", sec_id=2)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| sec_id | Yes |