| | |
| | | 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> |
| | |
| | | { |
| | | 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> |
| | | /// 名称 |
| | |
| | | |
| | | #endregion |
| | | |
| | | #region Node |
| | | #region 节点 |
| | | |
| | | /// <summary> |
| | | /// 水库列表 |
| | |
| | | |
| | | #endregion |
| | | |
| | | #region Link |
| | | #region 管段 |
| | | |
| | | /// <summary> |
| | | /// 水泵列表 |