rsap_define_support
Define structural support boundary conditions by specifying translational and rotational restraints. Create reusable labels like pinned, fixed, or roller for use in models.
Instructions
Define a support (boundary condition) label. True = restrained.
Common presets: a pinned support is ux=uy=uz=True, rx=ry=rz=False; a fully fixed support is all True; a roller restrains only the relevant translation.
Args: name: Name for the support label (e.g. 'pinned', 'fixed'). ux: Restrain translation X. uy: Restrain translation Y. uz: Restrain translation Z. rx: Restrain rotation X. ry: Restrain rotation Y. rz: Restrain rotation Z.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rx | No | ||
| ry | No | ||
| rz | No | ||
| ux | No | ||
| uy | No | ||
| uz | No | ||
| name | Yes |