Service/HStation.Service.Revit.Core/02-parter/03-link/01-pipe/RevitPipe.cs
@@ -16,6 +16,7 @@ public RevitPipe(RevitPipe rhs) : base(rhs) { this.Diameter = rhs.Diameter; this.Material = rhs.Material; this.Length = rhs.Length; this.Roughness = rhs.Roughness; this.MinorLoss = rhs.MinorLoss; @@ -27,6 +28,11 @@ public double Diameter { get; set; } /// <summary> /// 材质 /// </summary> public string Material { get; set; } /// <summary> /// 长度 /// </summary> public double Length { get; set; }