ningshuxia
2025-03-20 a84a83d842f4fa220a8cf1b704e6ed6573684eef
Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs
@@ -410,24 +410,6 @@
        }
        /// <summary>
        /// 获取所有管道组件
        /// </summary>
        public List<RevitPipe> GetAllPipes()
        {
            var list = new List<RevitPipe>();
            if (this.Pipes != null && this.Pipes.Count > 0)
            {//管道
                list.AddRange(this.Pipes);
            }
            if (this.Translations != null && this.Translations.Count > 0)
            {//过渡件
                list.AddRange(this.Translations);
            }
            return list;
        }