lixiaojun
2024-10-31 abf1e3b3334ab47c38aa92405a11a6ec92b7847a
Service/HStation.Service.Revit.Core/01-model/RevitModel.cs
@@ -27,6 +27,7 @@
            this.Pipes = new List<RevitPipe>();
            this.Translations = new List<RevitTranslation>();
            this.Exchangers = new List<RevitExchanger>();
            this.Compressors = new List<RevitCompressor>();
            this.Pumps = new List<RevitPump>();
            this.Valves = new List<RevitValve>();
@@ -56,6 +57,7 @@
            this.Pipes = rhs.Pipes;
            this.Translations = rhs.Translations;
            this.Exchangers = rhs.Exchangers;
            this.Compressors = rhs.Compressors;
            this.Pumps = rhs.Pumps;
            this.Valves = rhs.Valves;
            this.Decorators = rhs.Decorators;
@@ -163,6 +165,11 @@
        public List<RevitExchanger> Exchangers { get; set; }
        /// <summary>
        /// 空压机列表
        /// </summary>
        public List<RevitCompressor> Compressors { get; set; }
        /// <summary>
        /// 水泵列表
        /// </summary>
        public List<RevitPump> Pumps { get; set; }