etabs_get_frame_forces
Retrieve frame internal forces (P, V2, V3, T, M2, M3) after analysis. Provide name and item type to get a JSON array of forces.
Instructions
Get frame internal forces (P, V2, V3, T, M2, M3).
Ensure analysis has been run and results are set up.
Args: name: Name of the frame or group. item_type: "Object", "Group", or "SelectedObjects".
Returns: JSON array of frame forces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| item_type | No | Object |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |