add_to_structure_group
Add nodes and elements to an existing structure group in bridge structural analysis software, enabling efficient updates to model groupings without recreating them.
Instructions
Add nodes and/or elements to an existing structure group
(向已有结构组中添加节点和/或单元).
Args:
group_name: Name of the structure group (结构组名称)
node_ids: Node ID(s) to add. Supports int, list, or range string '1to10'.
(要添加的节点编号)
element_ids: Element ID(s) to add. Supports int, list, or range string.
(要添加的单元编号)
Example:
add_to_structure_group("上部结构", element_ids="11to20")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_ids | No | ||
| group_name | Yes | ||
| element_ids | No |