| | |
| | | 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.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; |
| | |
| | | public List<RevitExchanger> Exchangers { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 空压机列表 |
| | | /// </summary> |
| | | public List<RevitCompressor> Compressors { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 水泵列表 |
| | | /// </summary> |
| | | public List<RevitPump> Pumps { get; set; } |