rsap_add_bar_point_load
Add a concentrated force or moment to selected bars in a specified load case, with control over position along the bar and optional local-axis interpretation.
Instructions
Add a concentrated (point) force/moment on bars.
Args: case_number: Target load case number. bars: Bar selection text. fx, fy, fz: Forces (N). cx, cy, cz: Moments (N·m). position: Location along the bar. Relative (0–1) if relative=True, else metres from end A. relative: Treat 'position' as a 0–1 fraction of the bar length. local: Interpret forces in the bar's local axes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | No | ||
| cy | No | ||
| cz | No | ||
| fx | No | ||
| fy | No | ||
| fz | No | ||
| bars | Yes | ||
| local | No | ||
| position | No | ||
| relative | No | ||
| case_number | Yes |