1 line
653 B
JSON
1 line
653 B
JSON
{
|
||
"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//备注
|
||
}
|
||
]
|
||
}
|
||
}
|
||
} |