| | |
| | | { |
| | | this.Quality = rhs.Quality; |
| | | this.Position = rhs.Position; |
| | | this.Links = rhs.Links; |
| | | this.PoolElev = rhs.PoolElev; |
| | | this.InitLevel = rhs.InitLevel; |
| | | this.MinLevel = rhs.MinLevel; |
| | |
| | | this.Diameter = rhs.Diameter; |
| | | this.MinVol = rhs.MinVol; |
| | | this.VolCurve = rhs.VolCurve; |
| | | this.Overflow=rhs.Overflow; |
| | | this.Overflow = rhs.Overflow; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// 位置 |
| | | /// </summary> |
| | | public Position2d Position { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 相连的管线 |
| | | /// </summary> |
| | | public List<ILink> Links { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 池底标高 |
| | |
| | | public bool Overflow { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 相连的管线 |
| | | /// </summary> |
| | | public List<ILink> Links { get; set; } |
| | | |
| | | } |
| | | } |