remove_from_structure_group
Remove specific nodes or elements from an existing structure group to update its membership for bridge analysis models.
Instructions
Remove nodes and/or elements from an existing structure group
(从结构组中移除节点和/或单元).
Args:
group_name: Name of the structure group (结构组名称)
node_ids: Node ID(s) to remove. Supports int, list, or range string.
(要移除的节点编号)
element_ids: Element ID(s) to remove. Supports int, list, or range string.
(要移除的单元编号)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_ids | No | ||
| group_name | Yes | ||
| element_ids | No |