constructionSectionApi

施工段相关API

Methods

inner getAllConstructionSection(funcRet)

获得所有施工段md5

Parameters:
Name Type Description
funcRet getAllConstructionSectionCallback

inner getAllConstructionSectionInfo(funcRet)

获得所有施工段的信息

Parameters:
Name Type Description
funcRet getAllConstructionSectionInfoCallback

inner getConstructionSectionInfo(md5, funcRet)

按施工段md5查询施工段信息

Parameters:
Name Type Description
md5 string

施工段md5

funcRet getConstructionSectionInfoCallback

Type Definitions

getAllConstructionSectionCallback(returnValue)

getAllConstructionSection回调函数

Parameters:
Name Type Description
returnValue Array.<string>

施工段md5

getAllConstructionSectionInfoCallback(returnValue)

getAllConstructionSectionInfo回调函数

Parameters:
Name Type Description
returnValue JSON

GetAllConstructionSectionInfo回调函数JSON对象
格式如下
[{
Md5: string, 获取施工段md5
Name: string, 施工段的名称
PID: int, 打开的代理工程id
Type: string, 施工段类型,一次结构、二次结构等等;
floor: string, 获取施工段的楼层名称
Elements: string[], 归属该施工段的element的md5
}]

getConstructionSectionInfoCallback(returnValue)

getConstructionSectionInfo回调函数

Parameters:
Name Type Description
returnValue JSON

getConstructionSectionInfo回调函数JSON对象
格式如下
{
Name: string, 施工段的名称
PID: int, 打开的代理工程id
Type: string, 施工段类型,一次结构、二次结构等等;
floor: string, 获取施工段的楼层名称
Elements: string[], 归属该施工段的element的md5
}