lixiaojun
2024-10-26 dd4da9a651330fabe210618581299ac3536bda2f
WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-parter/03-link/01-pipe/00-core/HydroPipeViewModel.cs
@@ -17,7 +17,7 @@
        {
            this.Material = rhs.Material;
            this.Diameter = rhs.Diameter;
            this.Length = rhs.Length;
            this.Length = Math.Round(rhs.Length, 4);
            this.Roughness = rhs.Roughness;
            this.MinorLoss = rhs.MinorLoss;
@@ -31,7 +31,7 @@
        {
            this.Material = rhs.Material;
            this.Diameter = rhs.Diameter;
            this.Length = rhs.Length;
            this.Length = Math.Round(rhs.Length, 4);
            this.Roughness = rhs.Roughness;
            this.MinorLoss = rhs.MinorLoss;