From 75263eb2d74528acf0086ddf2d8eab89fcecd8fb Mon Sep 17 00:00:00 2001 From: chenn <gu.beic@qq.com> Date: 星期四, 27 三月 2025 18:31:57 +0800 Subject: [PATCH] 直线圆弧修改 --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs index 44f6f1a..90e85be 100644 --- a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs +++ b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs @@ -97,7 +97,7 @@ { if (!SaveParaStep4()) return false; - if (next_step_id < current_step_id) + if (next_step_id < current_step_id && next_step_id != 0) {//鍒犻櫎鍔犲帤浣� this._occDesign3dCtrl.RemoveThicknessBody( ); } @@ -155,7 +155,19 @@ this.Rbtn鏁版嵁瀵煎嚭STP.Visible = true; this.Rbtn鏁版嵁瀵煎嚭IGS.Visible = true; } - else + else if (current_step_id == this._stepTreeDockPanel.Step_ID_Thickness && next_step_id == 0) + { + this.RBtn鍚庨��.Enabled = true; + this.Rbtn鍓嶈繘.Enabled = false; + + + this.Rbtn涓婁竴姝�.Enabled = true; + this.Rbtn涓嬩竴姝�.Enabled = false; + this.Rbtn瀹屾垚.Enabled = true; + + this.Rbtn鏁版嵁瀵煎嚭STP.Visible = true; + this.Rbtn鏁版嵁瀵煎嚭IGS.Visible = true; + } else { this.RBtn鍚庨��.Enabled = true; this.Rbtn鍓嶈繘.Enabled = true; -- Gitblit v1.9.3