etabs_add_to_group
Add or remove point, frame, area, or link objects to/from a specified group in ETABS, enabling efficient model organization.
Instructions
Add or remove an object from a group.
Args: name: Name of the object. group_name: Name of the group. object_type: "Point", "Frame", "Area", or "Link". remove: If True, removes the object from the group instead of adding.
Returns: Confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| group_name | Yes | ||
| object_type | No | Frame | |
| remove | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |