Service/HStation.Service.Revit.Core/02-parter/02-node/02-junction/00-core/RevitJunction.cs
@@ -16,6 +16,7 @@ public RevitJunction(RevitJunction rhs) : base(rhs) { this.Elev = rhs.Elev; this.MinorLoss = rhs.MinorLoss; this.Demand = rhs.Demand; this.DemandPattern = rhs.DemandPattern; } @@ -26,6 +27,11 @@ public double Elev { get; set; } /// <summary> /// 局部阻力系数 /// </summary> public double? MinorLoss { get; set; } /// <summary> /// 需水量 (m³/h) /// </summary> public double? Demand { get; set; }