From a434b83043a5646d5dd99c3e934cc8a30ac6165f Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期二, 29 十月 2024 13:29:35 +0800
Subject: [PATCH] 曲线修改

---
 Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs b/Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs
index f92894b..f78aa65 100644
--- a/Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs
+++ b/Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs
@@ -76,6 +76,10 @@
             {//鎹㈢儹鍣�
                 list.AddRange(this.Exchangers);
             }
+            if (this.Compressors != null && this.Compressors.Count > 0)
+            {//绌哄帇鏈�
+                list.AddRange(this.Compressors);
+            }
             if (this.Pumps != null && this.Pumps.Count > 0)
             {//姘存车
                 list.AddRange(this.Pumps);
@@ -158,6 +162,10 @@
             if (this.Exchangers != null && this.Exchangers.Count > 0)
             {//鎹㈢儹鍣�
                 list.AddRange(this.Exchangers);
+            }
+            if (this.Compressors != null && this.Compressors.Count > 0)
+            {//绌哄帇鏈�
+                list.AddRange(this.Compressors);
             }
             if (this.Pumps != null && this.Pumps.Count > 0)
             {//姘存车
@@ -365,6 +373,10 @@
             {//鎹㈢儹鍣�
                 list.AddRange(this.Exchangers);
             }
+            if (this.Compressors != null && this.Compressors.Count > 0)
+            {//绌哄帇鏈�
+                list.AddRange(this.Compressors);
+            }
             if (this.Pumps != null && this.Pumps.Count > 0)
             {//姘存车
                 list.AddRange(this.Pumps);
@@ -393,6 +405,10 @@
             {//杩囨浮浠�
                 list.AddRange(this.Translations);
             }
+            if (this.Compressors != null && this.Compressors.Count > 0)
+            {//绌哄帇鏈�
+                list.AddRange(this.Compressors);
+            }
             if (this.Exchangers != null && this.Exchangers.Count > 0)
             {//鎹㈢儹鍣�
                 list.AddRange(this.Exchangers);

--
Gitblit v1.9.3