duheng
2024-10-29 9a17ed5ea49bf399ed0303428a6d5ca41a8c39dd
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);