yangyin
2025-01-13 809cab44fa1cbea94d84c42cce94a35cc49ce5ad
WinFrmUI/DPumpHydr.WinFrmUI.Volute/¶ÏÃæÉè¼Æ/ViewModel/SectionBundleInfo.cs
@@ -173,7 +173,7 @@
            //
            CheckChamferR();
        }
        /// <summary>
        /// V3改了, é‡æ–°è®¡ç®—面积和高度
        /// </summary>
@@ -436,7 +436,7 @@
        /// </summary>
        private void CheckChamferR()
        {
            for (int index = 7; index >= 1; index--)
            for (int index = 8; index >= 1; index--)
            { 
                if (this.R_Left[index] > (this.H[index] + 1))
                    this.R_Left[index] = Math.Round(this.H[index] * 0.85 - 1, 0);