From 04f9d03e29ce75b4aa0d108a1c2987fe2aaf61f6 Mon Sep 17 00:00:00 2001
From: tx <123456>
Date: 星期二, 15 四月 2025 12:44:41 +0800
Subject: [PATCH] 添加Open

---
 WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs
index b5b08e2..c034a94 100644
--- a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs
+++ b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs
@@ -65,7 +65,6 @@
         private bool ChangeStep(long current_step_id, long next_step_id)
         {
             RbtnChk鎴潰18.Visible = false;
-            RbtnChk鏍囨敞.Visible = false;
             if (current_step_id == this._stepTreeDockPanel.Step_ID_Hdr_Base_Info)
             {
                 if (!SaveParaStep1())
@@ -101,6 +100,8 @@
                 if (next_step_id < current_step_id && next_step_id != 0)
                 {//鍒犻櫎鍔犲帤浣�
                     this._occDesign3dCtrl.RemoveThicknessBody( );
+
+                    this._occDesign3dCtrl.Invalidate(true);
                 }
             }
 
@@ -112,6 +113,8 @@
             this._stepTreeDockPanel.SetFocusedNode(next_step_id);
 
 
+            if (next_step_id != this._stepTreeDockPanel.Step_ID_Thickness)
+                RbtnChk鏍囨敞.Visible = false;
 
             Rbtn鏁版嵁瀵煎嚭STP.Visible = false;
             Rbtn鏁版嵁瀵煎嚭IGS.Visible = false;
@@ -147,6 +150,7 @@
             
             else if (next_step_id == this._stepTreeDockPanel.Step_ID_Thickness)
             {
+                RbtnChk鏍囨敞.Visible = true;
                 this.RBtn鍚庨��.Enabled = true;
                 this.Rbtn鍓嶈繘.Enabled = false;
 

--
Gitblit v1.9.3