|
@@ -236,6 +236,10 @@ namespace SAGA.GplotRelationComputerManage
|
|
|
|
|
|
var tempIds = SystemParseManager.BuildSystemNode(startNode.Instance, useDomain,
|
|
|
(m => !startNode.Flag.Equals(m.GetSystemTypeName())));
|
|
|
+ if (tempIds.Any(d => d == 534844|| d == 534845))
|
|
|
+ {
|
|
|
+
|
|
|
+ }
|
|
|
startNode.Instance.PipeSystemTypeName = startNode.Flag;
|
|
|
BuildElementNodeData(context, startNode.Instance);
|
|
|
useIds.AddRange(tempIds);
|
|
@@ -555,6 +559,7 @@ namespace SAGA.GplotRelationComputerManage
|
|
|
var drawData = SystemParseManager.CreateRoomDrawing(doc);
|
|
|
MachineRoomDrawRecord record = new MachineRoomDrawRecord();
|
|
|
record.RelationName = relationSetting.RelationItem.Name;
|
|
|
+ record.FloorName = MBIInfoUtil.GetFloorNameByLevel(UseLevel.Name);
|
|
|
record.DrawIems = drawData;
|
|
|
context[relationType].MachineRoomDrawRecords.Add(record);
|
|
|
#endregion
|