Shuxia Ning
2024-10-29 a434b83043a5646d5dd99c3e934cc8a30ac6165f
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);