lixiaojun
2024-08-13 9bd12d8745d7a886f088b07408526c504384444d
Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs
@@ -63,6 +63,10 @@
            {
                list.AddRange(this.Bluntheads);
            }
            if (this.Exchangers != null && this.Exchangers.Count > 0)
            {
                list.AddRange(this.Exchangers);
            }
            if (this.Pipes != null && this.Pipes.Count > 0)
            {
@@ -71,10 +75,6 @@
            if (this.Translations != null && this.Translations.Count > 0)
            {
                list.AddRange(this.Translations);
            }
            if (this.Exchangers != null && this.Exchangers.Count > 0)
            {
                list.AddRange(this.Exchangers);
            }
            if (this.Pumps != null && this.Pumps.Count > 0)
            {
@@ -148,7 +148,10 @@
            {
                list.AddRange(this.Bluntheads);
            }
            if (this.Exchangers != null && this.Exchangers.Count > 0)
            {
                list.AddRange(this.Exchangers);
            }
            return list;
        }
@@ -190,10 +193,6 @@
            if (this.Translations != null && this.Translations.Count > 0)
            {
                list.AddRange(this.Translations);
            }
            if (this.Exchangers != null && this.Exchangers.Count > 0)
            {
                list.AddRange(this.Exchangers);
            }
            if (this.Pumps != null && this.Pumps.Count > 0)
            {
@@ -255,7 +254,10 @@
            {
                list.AddRange(this.Bluntheads);
            }
            if (this.Exchangers != null && this.Exchangers.Count > 0)
            {
                list.AddRange(this.Exchangers);
            }
            return list;
        }
@@ -306,10 +308,6 @@
            if (this.Translations != null && this.Translations.Count > 0)
            {
                list.AddRange(this.Translations);
            }
            if (this.Exchangers != null && this.Exchangers.Count > 0)
            {
                list.AddRange(this.Exchangers);
            }
            return list;