lixiaojun
2024-08-22 ff479382581a0681bbc4ea9c50763f48a1a6f4a9
Service/HStation.Service.Revit.Core/01-model/RevitModel.cs
@@ -16,21 +16,19 @@
            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.Threelinks = new List<RevitThreelink>();
            this.Fourlinks = new List<RevitFourlink>();
            this.Meters = new List<RevitMeter>();
            this.Flowmeters = new List<RevitFlowmeter>();
            this.Pressmeters = new List<RevitPressmeter>();
            this.Elbows = new List<RevitElbow>();
            this.Threelinks = new List<RevitThreelink>();
            this.Fourlinks = new List<RevitFourlink>();
            this.Bluntheads = new List<RevitBlunthead>();
            this.Pumps = new List<RevitPump>();
            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>();
            this.Pumps = new List<RevitPump>();
            this.Valves = new List<RevitValve>();
        }
        /// <summary>
@@ -40,32 +38,28 @@
        {
            this.Name = rhs.Name;
            this.Description = rhs.Description;
            this.Reservoirs = rhs.Reservoirs;
            this.Tanks = rhs.Tanks;
            this.Waterboxs = rhs.Waterboxs;
            this.Junctions = rhs.Junctions;
            this.Nozzles = rhs.Nozzles;
            this.Hydrants = rhs.Hydrants;
            this.Elbows = rhs.Elbows;
            this.Bluntheads = rhs.Bluntheads;
            this.Threelinks = rhs.Threelinks;
            this.Fourlinks = rhs.Fourlinks;
            this.Meters = rhs.Meters;
            this.Flowmeters = rhs.Flowmeters;
            this.Pressmeters = rhs.Pressmeters;
            this.Elbows = rhs.Elbows;
            this.Threelinks = rhs.Threelinks;
            this.Fourlinks = rhs.Fourlinks;
            this.Bluntheads = rhs.Bluntheads;
            this.Pumps = rhs.Pumps;
            this.Valves = rhs.Valves;
            this.Pipes = rhs.Pipes;
            this.Translations = rhs.Translations;
            this.Exchangers = rhs.Exchangers;
            this.Pumps = rhs.Pumps;
            this.Valves = rhs.Valves;
            this.Decorators = rhs.Decorators;
        }
        #region 基础信息
        #region 基础
        /// <summary>
        /// 名称
@@ -79,7 +73,7 @@
        #endregion
        #region Node
        #region 节点
        /// <summary>
        /// 水库列表
@@ -149,7 +143,7 @@
        #endregion
        #region Link
        #region 管段
        /// <summary>
        /// 水泵列表