add_check_stirrup
Add stirrup definitions for structural code checking, specifying type, material, geometry, and spacing to enable verification in bridge analysis.
Instructions
Add a stirrup definition for checking (添加检算箍筋定义).
Args:
stirrup_id: Stirrup definition ID (箍筋定义编号)
name: Stirrup definition name (箍筋定义名称)
stirrup_type: Stirrup type (箍筋类型): 1=普通箍筋 (normal), 2=螺旋式箍筋 (spiral)
material_id: Rebar material ID (钢筋材料号)
limbs_number: Number of limbs, for normal stirrups (普通箍筋肢数)
loops_number: Number of loops, for spiral stirrups (螺旋式箍筋环数)
diameter: Stirrup diameter in meters (箍筋直径, 单位 m, 如 0.020 = 20mm)
spacing: Stirrup spacing in meters (箍筋间距, 单位 m)
core_diameter: Core diameter for spiral stirrups in meters
(螺旋式箍筋核心直径, 单位 m, 仅螺旋箍筋使用)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| spacing | No | ||
| diameter | No | ||
| stirrup_id | Yes | ||
| material_id | No | ||
| limbs_number | No | ||
| loops_number | No | ||
| stirrup_type | No | ||
| core_diameter | No |