如图想实现管道的Join和Break功能,应该使用什么接口呢?
打断和连接可以考虑自己通过MS和OPM的接口实现
在C:\Program Files\Bentley\OpenPlant CONNECT Edition\OpenPlantModeler\Assemblies\Bentley.OpenPlant.Modeler.Api.dll中有一个未公开的接口
Bentley.OpenPlant.Modeler.Api.BMECApi.BreakDuct(BMECObject pipe, DPoint3d* compEndPoints, DPoint3d* breakEndPoints)
可以测试看一下