|
@@ -64,13 +64,13 @@ 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);
|
|
|
+ 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;
|
|
|
}
|
|
|
|
|
@@ -89,13 +89,13 @@ 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);
|
|
|
+ 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;
|
|
|
}
|
|
|
|
|
@@ -114,13 +114,13 @@ 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);
|
|
|
+ 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;
|
|
|
|
|
|
}
|
|
@@ -199,12 +199,12 @@ 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);
|
|
|
- //WinMachineRoom room = new WinMachineRoom();
|
|
|
- //room.Show();
|
|
|
- //return Result.Succeeded;
|
|
|
+ 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();
|
|
|
;
|