COMPASSi/trunk/doc/设计文档/Json数据/船舶稳性计算模型json/许用重心高度.json

1 line
653 B
JSON
Raw Normal View History

2025-06-25 15:06:42 +08:00
{ "allow_kg"://完整稳性 { "binf_tabpage1": //基本信息 { "binf_data_grid_view": //计算参数 [ { "paramid": string, //标识 "unit": string, //单位 "caption": ""string, //名称 "value_type": string, //类型 "value": string, //值 "remark": string //说明 } ], "shell_data_grid_view": //船壳 [ { "id": string, //标识 "shell_id": string, //三维图元名称 "type": int, //类型 1主船体2附体 "shell_affect": int, //船壳计入方式 1船壳系数2平均板厚 "affect_coef": double, //船壳参数 "remark": string//备注 } ] } } }