etabs_assign_point_load
Assign point loads and moments to a joint object in an ETABS model, specifying forces and moments in three directions for a given load pattern.
Instructions
Assign point loads/moments to a joint object.
Args: name: Point object name. load_pattern: Name of the load pattern. f1, f2, f3: Forces in 1, 2, 3 (X, Y, Z) directions. m1, m2, m3: Moments about 1, 2, 3 axes. replace: If True, replace existing loads; if False, add to them. item_type: "Object", "Group", or "SelectedObjects".
Returns: Confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| load_pattern | Yes | ||
| f1 | No | ||
| f2 | No | ||
| f3 | No | ||
| m1 | No | ||
| m2 | No | ||
| m3 | No | ||
| replace | No | ||
| item_type | No | Object |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |