MEPTopologyHelper

类:MEP管线拓扑工具(用户获取Revit模型管线上下游关系,完成管道流向及设备告警分析)

Constructor

new Glodon.Bimface.Plugins.RevitHelpers.MEPTopologyHelper(MEPTopologyHelperConfig)

构造MEP管线拓扑工具对象

Parameters:
NameTypeDescription
MEPTopologyHelperConfigGlodon.Bimface.Plugins.RevitHelpers.MEPTopologyHelperConfig

构造MEP管线拓扑工具的配置项

Methods

getConnectedComponentsById(id, callback)

获取构件所在系统相邻构件

Parameters:
NameTypeDescription
idString

MEP系统内任意构件ID

callbackFunction

获取系统信息回调函数

getDownstreamComponentsById(id, callback)

获取构件所在系统下游构件

Parameters:
NameTypeDescription
idString

MEP系统内任意构件ID

callbackFunction

获取系统信息回调函数

Returns:
TypeDescription
Array

构件信息,格式如[{type: 风管, id: '123', '234'}, {type: 风管管件, id:'345','456'}]