文件名从 Service/HStation.Service.Revit.Core/02-parter/02-node/RevitTank.cs 修改 |
| | |
| | | /// <summary> |
| | | /// 姘存睜 |
| | | /// </summary> |
| | | public class RevitTank : RevitParter, IRevitTank |
| | | public class RevitTank : RevitSource |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | /// </summary> |
| | | public RevitTank(RevitTank rhs) : base(rhs) |
| | | { |
| | | this.Quality = rhs.Quality; |
| | | this.Position = rhs.Position; |
| | | 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; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 鍒濆姘磋川 |
| | | /// </summary> |
| | | public double Quality { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 浣嶇疆 |
| | | /// </summary> |
| | | public RevitPosition Position { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 姹犲簳鏍囬珮 |
| | |
| | | /// </summary> |
| | | public string VolCurve { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鏄惁鍏佽婧㈡祦 |
| | | /// </summary> |
| | | public bool OverFlow { get; set; } |
| | | |
| | | |
| | | } |
| | | } |