WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-viewmodel/04-link/01-pipe/00-core/HydroPipeViewModel.cs
@@ -111,7 +111,7 @@ this.UpdatePropStatus(nameof(this.Material), this.Vmo, nameof(this.Vmo.Material)); this.Diameter = this.Vmo.Diameter; this.UpdatePropStatus(nameof(this.Diameter), this.Vmo, nameof(this.Vmo.Diameter)); this.Length = this.Vmo.Length; this.Length = Math.Round(this.Vmo.Length, 4); this.UpdatePropStatus(nameof(this.Length), this.Vmo, nameof(this.Vmo.Length)); this.Roughness = this.Vmo.Roughness; this.UpdatePropStatus(nameof(this.Roughness), this.Vmo, nameof(this.Vmo.Roughness));