add_parametric_reinforcement
Add parametric rebar configurations to concrete sections by specifying section end position, outer and inner reinforcement lists, and material details to model structural reinforcement accurately.
Instructions
Add parametric reinforcement to a concrete section (添加参数化配筋).
Args:
section_id: Section ID (截面ID)
position: Section end (截面位置): 0=I端 (start), 1=J端 (end)
has_outer: Has outer reinforcement (是否有外部钢筋)
has_inner: Has inner reinforcement (是否有内部钢筋)
outer_rebar_info: Outer rebar list (外部钢筋信息):
[[diameter, material_id, cover, spacing_or_count, bars_per_bundle], ...]
[[直径mm, 材料号, 层边距m, 间距m/数量, 每束根数], ...]
inner_rebar_info: Inner rebar list (内部钢筋信息), same format as outer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | ||
| has_inner | No | ||
| has_outer | No | ||
| section_id | Yes | ||
| inner_rebar_info | No | ||
| outer_rebar_info | No |