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

1 line
653 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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//备注
}
]
}
}
}