Shuxia Ning
2024-08-13 3e4fa61e398cb7c6fa3d0173ebaf740a14992e8c
Service/HStation.Service.Revit.Core/01-model/RevitModel.cs
@@ -16,6 +16,7 @@
            this.Junctions = new List<RevitJunction>();
            this.Nozzles = new List<RevitNozzle>();
            this.Hydrants = new List<RevitHydrant>();
            this.Meters = new List<RevitMeter>();
            this.Flowmeters = new List<RevitFlowmeter>();
            this.Pressmeters = new List<RevitPressmeter>();
            this.Elbows = new List<RevitElbow>();
@@ -27,6 +28,7 @@
            this.Valves = new List<RevitValve>();
            this.Pipes = new List<RevitPipe>();
            this.Translations = new List<RevitTranslation>();
            this.Exchangers = new List<RevitExchanger>();
            this.Decorators = new List<RevitDecorator>();
        }
@@ -45,6 +47,7 @@
            this.Junctions = rhs.Junctions;
            this.Nozzles = rhs.Nozzles;
            this.Hydrants = rhs.Hydrants;
            this.Meters = rhs.Meters;
            this.Flowmeters = rhs.Flowmeters;
            this.Pressmeters = rhs.Pressmeters;
            this.Elbows = rhs.Elbows;
@@ -56,6 +59,7 @@
            this.Valves = rhs.Valves;
            this.Pipes = rhs.Pipes;
            this.Translations = rhs.Translations;
            this.Exchangers = rhs.Exchangers;
            this.Decorators = rhs.Decorators;
        }
@@ -128,6 +132,11 @@
        public List<RevitBlunthead> Bluntheads { get; set; }
        /// <summary>
        /// 水表
        /// </summary>
        public List<RevitMeter> Meters { get; set; }
        /// <summary>
        /// 流量计列表
        /// </summary>
        public List<RevitFlowmeter> Flowmeters { get; set; }
@@ -136,6 +145,11 @@
        /// 压力表列表
        /// </summary>
        public List<RevitPressmeter> Pressmeters { get; set; }
        /// <summary>
        /// 换热器列表
        /// </summary>
        public List<RevitExchanger> Exchangers { get; set; }
        #endregion
@@ -161,6 +175,8 @@
        /// </summary>
        public List<RevitTranslation> Translations { get; set; }
        #endregion
        #region 装饰件