|
@@ -64,6 +64,11 @@ namespace SAGA.GplotManage
|
|
|
{
|
|
|
public override Result Execute(ExternalCommandData commandData, ref string message, ElementSet elements)
|
|
|
{
|
|
|
+ //List<string> useRelations = new List<string>() { "ChillWaterLoop" };
|
|
|
+ //SystemComputerHandler handler1 = new SystemComputerHandler();
|
|
|
+ //handler1.ComputerWidthCache(useRelations);
|
|
|
+ //WinSystem floorWin = new WinSystem(GplotShowType.ViewPlan);
|
|
|
+ //floorWin.Show();
|
|
|
var space = GplotFactory.Create(GraphTypeEnum.ChillWaterLoop);
|
|
|
space.Show(GplotShowType.Default);
|
|
|
return Result.Succeeded;
|
|
@@ -84,6 +89,11 @@ namespace SAGA.GplotManage
|
|
|
{
|
|
|
public override Result Execute(ExternalCommandData commandData, ref string message, ElementSet elements)
|
|
|
{
|
|
|
+ //List<string> useRelations = new List<string>() { "ChillWaterLoop" };
|
|
|
+ //SystemComputerHandler handler1 = new SystemComputerHandler();
|
|
|
+ //handler1.ComputerWidthCache(useRelations);
|
|
|
+ //WinSystem floorWin = new WinSystem(GplotShowType.ViewPlan);
|
|
|
+ //floorWin.Show();
|
|
|
var space = GplotFactory.Create(GraphTypeEnum.ChillWaterLoop);
|
|
|
space.Show(GplotShowType.ViewPlan);
|
|
|
return Result.Succeeded;
|
|
@@ -104,6 +114,11 @@ namespace SAGA.GplotManage
|
|
|
{
|
|
|
public override Result Execute(ExternalCommandData commandData, ref string message, ElementSet elements)
|
|
|
{
|
|
|
+ //List<string> useRelations = new List<string>() { "ChillWaterLoop" };
|
|
|
+ //SystemComputerHandler handler1 = new SystemComputerHandler();
|
|
|
+ //handler1.ComputerWidthCache(useRelations);
|
|
|
+ //WinSystem verticalWin = new WinSystem(GplotShowType.VerticalPlan);
|
|
|
+ //verticalWin.Show();
|
|
|
var space = GplotFactory.Create(GraphTypeEnum.ChillWaterLoop);
|
|
|
space.Show(GplotShowType.VerticalPlan);
|
|
|
return Result.Succeeded;
|
|
@@ -183,15 +198,13 @@ namespace SAGA.GplotManage
|
|
|
{
|
|
|
public override Result Execute(ExternalCommandData commandData, ref string message, ElementSet elements)
|
|
|
{
|
|
|
- var relationType = RelationTypeManager.GetRelationTypeItem("ChillWaterLoop");
|
|
|
- List<string> useRelations = new List<string>() { "ChillWaterLoop" };
|
|
|
- SystemComputerHandler handler1 = new SystemComputerHandler();
|
|
|
- handler1.ComputerWidthCache(useRelations);
|
|
|
- WinSystem floorWin = new WinSystem(GplotShowType.ViewPlan);
|
|
|
- floorWin.Show();
|
|
|
- WinSystem verticalWin = new WinSystem(GplotShowType.VerticalPlan);
|
|
|
- verticalWin.Show();
|
|
|
- return Result.Succeeded;
|
|
|
+ //var relationType = RelationTypeManager.GetRelationTypeItem("ChillWaterLoop");
|
|
|
+ //List<string> useRelations = new List<string>() { "ChillWaterLoop" };
|
|
|
+ //SystemComputerHandler handler1 = new SystemComputerHandler();
|
|
|
+ //handler1.ComputerWidthCache(useRelations);
|
|
|
+ //WinMachineRoom room = new WinMachineRoom();
|
|
|
+ //room.Show();
|
|
|
+ //return Result.Succeeded;
|
|
|
RoomShowHandler handler = new RoomShowHandler("ChillWaterLoop");
|
|
|
handler.Show();
|
|
|
;
|