manage_check_stirrup
Update or remove stirrup definitions for bridge code checking, adjusting type, dimensions, and spacing to align reinforcement models with design requirements.
Instructions
Update or remove a stirrup definition (修改或删除检算箍筋定义).
Use add_check_stirrup to create one. Lengths are in METERS (SI), converted
internally. 新增请用 add_check_stirrup;长度入参为米,内部换算。
Args:
action: "update" (修改) or "remove" (删除)
stirrup_id: Stirrup definition ID (箍筋定义编号); <=0 means match by name
name: Stirrup definition name (箍筋定义名称)
stirrup_type: 1=普通箍筋 (normal), 2=螺旋式箍筋 (spiral)
material_id: Rebar material ID (钢筋材料号)
limbs_number: Limbs, for normal stirrups (普通箍筋肢数)
loops_number: Loops, for spiral stirrups (螺旋式箍筋环数)
diameter: Stirrup diameter in meters (箍筋直径, 单位 m)
spacing: Stirrup spacing in meters (箍筋间距, 单位 m)
core_diameter: Spiral core diameter in meters (螺旋箍筋核心直径, 单位 m)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| action | Yes | ||
| spacing | No | ||
| diameter | No | ||
| stirrup_id | No | ||
| material_id | No | ||
| limbs_number | No | ||
| loops_number | No | ||
| stirrup_type | No | ||
| core_diameter | No |