lixiaojun
2024-10-31 abf1e3b3334ab47c38aa92405a11a6ec92b7847a
Service/HStation.Service.Revit.Core/01-model/RevitModel.cs
@@ -16,8 +16,8 @@
            this.Junctions = new List<RevitJunction>();
            this.Nozzles = new List<RevitNozzle>();
            this.Hydrants = new List<RevitHydrant>();
            this.Elbows = new List<RevitElbow>();
            this.Bluntheads = new List<RevitBlunthead>();
            this.Elbows = new List<RevitElbow>();
            this.Threelinks = new List<RevitThreelink>();
            this.Fourlinks = new List<RevitFourlink>();
            this.Meters = new List<RevitMeter>();
@@ -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>();
@@ -46,8 +47,8 @@
            this.Junctions = rhs.Junctions;
            this.Nozzles = rhs.Nozzles;
            this.Hydrants = rhs.Hydrants;
            this.Elbows = rhs.Elbows;
            this.Bluntheads = rhs.Bluntheads;
            this.Elbows = rhs.Elbows;
            this.Threelinks = rhs.Threelinks;
            this.Fourlinks = rhs.Fourlinks;
            this.Meters = rhs.Meters;
@@ -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;
@@ -108,6 +110,11 @@
        public List<RevitHydrant> Hydrants { get; set; }
        /// <summary>
        /// 闷头列表
        /// </summary>
        public List<RevitBlunthead> Bluntheads { get; set; }
        /// <summary>
        /// 弯头列表
        /// </summary>
        public List<RevitElbow> Elbows { get; set; }
@@ -121,11 +128,6 @@
        /// 四通列表
        /// </summary>
        public List<RevitFourlink> Fourlinks { get; set; }
        /// <summary>
        /// 闷头列表
        /// </summary>
        public List<RevitBlunthead> Bluntheads { get; set; }
        /// <summary>
        /// 水表
@@ -148,16 +150,6 @@
        #region 管段
        /// <summary>
        /// 水泵列表
        /// </summary>
        public List<RevitPump> Pumps { get; set; }
        /// <summary>
        /// 阀门列表
        /// </summary>
        public List<RevitValve> Valves { get; set; }
        /// <summary>
        /// 管道列表
        /// </summary>
        public List<RevitPipe> Pipes { get; set; }
@@ -172,6 +164,21 @@
        /// </summary>
        public List<RevitExchanger> Exchangers { get; set; }
        /// <summary>
        /// 空压机列表
        /// </summary>
        public List<RevitCompressor> Compressors { get; set; }
        /// <summary>
        /// 水泵列表
        /// </summary>
        public List<RevitPump> Pumps { get; set; }
        /// <summary>
        /// 阀门列表
        /// </summary>
        public List<RevitValve> Valves { get; set; }
        #endregion
        #region 装饰件