assign_element_stirrup
Assign or remove shear and torsion stirrups on structural elements using predefined stirrup IDs, enabling reinforcement setup or cleanup in bridge models.
Instructions
Assign or remove element stirrups (指定或删除单元箍筋).
Stirrup numbers refer to definitions created by add_check_stirrup.
箍筋号引用 add_check_stirrup 创建的箍筋定义。
Args:
action: "shear" (抗剪箍筋), "torsion" (抗扭箍筋), or "remove" (删除)
element_id: Element ID (单元号); for "remove", <=0 removes all elements
stirrup_i_y: I-end vertical stirrup ID, shear only (I端竖向箍筋号)
stirrup_i_x: I-end transverse stirrup ID, shear only (I端横向箍筋号)
stirrup_j_y: J-end vertical stirrup ID, shear only (J端竖向箍筋号)
stirrup_j_x: J-end transverse stirrup ID, shear only (J端横向箍筋号)
stirrup_i: I-end stirrup ID, torsion only (I端抗扭箍筋号)
stirrup_j: J-end stirrup ID, torsion only (J端抗扭箍筋号)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| stirrup_i | No | ||
| stirrup_j | No | ||
| element_id | No | ||
| stirrup_i_x | No | ||
| stirrup_i_y | No | ||
| stirrup_j_x | No | ||
| stirrup_j_y | No |