get_check_data
Query concrete-check data from an open check case by type, covering results, case info, reinforcement, and analysis settings. Returns paginated details for bridge structural analysis.
Instructions
Query concrete-check data by kind (按类型查询混凝土检算数据).
Read-only. Requires a check case to be open/imported first.
只读工具;需先创建或打开检算工况。列表结果分页返回。
Args:
kind: What to query (查询类型):
── 结果 Results ──
"stress" (应力信息, 可选 stress_type/name),
"solve_status" (检算求解状态)
── 工况 Case ──
"case" (检算工况, 可选 name), "basic_info" (检算基本信息),
"materials" (材料信息), "load_table" (荷载表, 可选 combine_type/name),
"section_property" (截面特性), "element_table" (单元表)
── 配筋 Reinforcement ──
"reinforcement" (配筋数据), "stirrups" (箍筋定义),
"shear_stirrup" (单元抗剪箍筋, 可选 element_id),
"torsion_stirrup" (单元抗扭箍筋, 可选 element_id),
"vertical_prestress" (竖向预应力), "tendon_section" (钢束截面)
── 分析设置 Analysis settings ──
"normal_section_bearing_setting" (正截面承载力),
"oblique_shear_bearing_setting" (斜截面抗剪承载力),
"limit_state_setting" (极限状态法), "normal_stress_setting" (正应力),
"crack_width_setting" (裂缝宽度), "moment_curvature_setting" (弯矩曲率),
"bearing_curve_setting" (承载力曲线)
element_id: Element ID for stirrup queries; omit for all (单元号,省略则查全部)
stress_type: Stress combination type for kind="stress" (应力组合类型):
非 AASHTO: 1=标准值组合, 2=频遇组合, 3=准永久值组合, 4=主力组合,
5=主加附组合, 6=施工组合, 7=主加特殊组合, 8=恒载作用,
9=预应力作用, 10~13=使用组合Ⅰ~Ⅳ, 14=永久作用组合
AASHTO 2020: 1~4=使用组合Ⅰ~Ⅳ, 5=永久作用组合, 6=施工组合
combine_type: Combination type for kind="load_table" (荷载表组合类型)
name: Explicit display name; overrides stress_type/combine_type when set
(指定组合显示名,非空时优先于类型序号)
limit: Max items per page, default 100, max 500 (单页条数上限)
offset: Pagination offset (分页偏移)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| name | No | ||
| limit | No | ||
| offset | No | ||
| element_id | No | ||
| stress_type | No | ||
| combine_type | No |