rsap_add_bar
Create a structural bar between two existing nodes. Optionally assign an existing section and material to define its properties.
Instructions
Create a bar (beam/column) between two existing nodes, optionally assigning an existing section and/or material label.
Args: start_node: Start node number. end_node: End node number. number: Explicit bar number; auto-assigned if omitted. section: Name of an existing section label to assign (see rsap_define_section). material: Name of an existing material label to assign (see rsap_define_material).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | ||
| section | No | ||
| end_node | Yes | ||
| material | No | ||
| start_node | Yes |