WinFrmUI/Yw.WinFrmUI.Hydro.Core/18-loss/01-curve/HydroNodeLossViewModel.cs
@@ -20,6 +20,7 @@ this.Elev = Math.Round(rhs.Elev, 2); this.StartHead = Math.Round(rhs.Head, 2); this.EndHead = Math.Round(rhs.Head - rhs.MinorLoss, 2); this.MinorLoss = rhs.MinorLoss; this.Distance = Math.Round(rhs.Distance, 2); } @@ -49,6 +50,11 @@ public double EndHead { get; set; } /// <summary> /// 局部损失 /// </summary> public double MinorLoss { get; set; } /// <summary> /// 距离 /// </summary> public double Distance { get; set; }