Shuxia Ning
2025-01-16 f0cebbd2deb4dbf9e89dac4768415de62fd1fc20
Service/HStation.Service.Revit.Core/01-model/RevitModel.cs
@@ -14,22 +14,23 @@
            this.Tanks = new List<RevitTank>();
            this.Waterboxs = new List<RevitWaterbox>();
            this.Junctions = new List<RevitJunction>();
            this.Nozzles = new List<RevitNozzle>();
            this.Hydrants = new List<RevitHydrant>();
            this.Bluntheads = new List<RevitBlunthead>();
            this.Elbows = new List<RevitElbow>();
            this.Threelinks = new List<RevitThreelink>();
            this.Fourlinks = new List<RevitFourlink>();
            this.Nozzles = new List<RevitNozzle>();
            this.Hydrants = new List<RevitHydrant>();
            this.Coolings = new List<RevitCooling>();
            this.Meters = new List<RevitMeter>();
            this.Flowmeters = new List<RevitFlowmeter>();
            this.Pressmeters = new List<RevitPressmeter>();
            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>();
            this.Exchangers = new List<RevitExchanger>();
            this.Compressors = new List<RevitCompressor>();
            this.Decorators = new List<RevitDecorator>();
        }
@@ -45,21 +46,22 @@
            this.Tanks = rhs.Tanks;
            this.Waterboxs = rhs.Waterboxs;
            this.Junctions = rhs.Junctions;
            this.Nozzles = rhs.Nozzles;
            this.Hydrants = rhs.Hydrants;
            this.Bluntheads = rhs.Bluntheads;
            this.Elbows = rhs.Elbows;
            this.Threelinks = rhs.Threelinks;
            this.Fourlinks = rhs.Fourlinks;
            this.Nozzles = rhs.Nozzles;
            this.Hydrants = rhs.Hydrants;
            this.Coolings = rhs.Coolings;
            this.Meters = rhs.Meters;
            this.Flowmeters = rhs.Flowmeters;
            this.Pressmeters = rhs.Pressmeters;
            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.Exchangers = rhs.Exchangers;
            this.Compressors = rhs.Compressors;
            this.Decorators = rhs.Decorators;
        }
@@ -100,16 +102,6 @@
        public List<RevitJunction> Junctions { get; set; }
        /// <summary>
        /// 喷嘴列表
        /// </summary>
        public List<RevitNozzle> Nozzles { get; set; }
        /// <summary>
        /// 消火栓列表
        /// </summary>
        public List<RevitHydrant> Hydrants { get; set; }
        /// <summary>
        /// 闷头列表
        /// </summary>
        public List<RevitBlunthead> Bluntheads { get; set; }
@@ -128,6 +120,21 @@
        /// 四通列表
        /// </summary>
        public List<RevitFourlink> Fourlinks { get; set; }
        /// <summary>
        /// 喷嘴列表
        /// </summary>
        public List<RevitNozzle> Nozzles { get; set; }
        /// <summary>
        /// 消火栓列表
        /// </summary>
        public List<RevitHydrant> Hydrants { get; set; }
        /// <summary>
        /// 冷却塔列表
        /// </summary>
        public List<RevitCooling> Coolings { get; set; }
        /// <summary>
        /// 水表
@@ -160,16 +167,6 @@
        public List<RevitTranslation> Translations { get; set; }
        /// <summary>
        /// 换热器列表
        /// </summary>
        public List<RevitExchanger> Exchangers { get; set; }
        /// <summary>
        /// 空压机列表
        /// </summary>
        public List<RevitCompressor> Compressors { get; set; }
        /// <summary>
        /// 水泵列表
        /// </summary>
        public List<RevitPump> Pumps { get; set; }
@@ -179,6 +176,16 @@
        /// </summary>
        public List<RevitValve> Valves { get; set; }
        /// <summary>
        /// 换热器列表
        /// </summary>
        public List<RevitExchanger> Exchangers { get; set; }
        /// <summary>
        /// 空压机列表
        /// </summary>
        public List<RevitCompressor> Compressors { get; set; }
        #endregion
        #region 装饰件