From b4c867bf85d3edef5d084a3a26f13cbc6784bf58 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期一, 16 十二月 2024 13:37:21 +0800
Subject: [PATCH] 提交

---
 WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_Occ.cs |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_Occ.cs b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_Occ.cs
index 50cfeba..0255095 100644
--- a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_Occ.cs
+++ b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_Occ.cs
@@ -37,13 +37,19 @@
             MainDockPanel.AddContent(_designMainDockPanel);
 
         }
+        /// <summary>
+        /// 鏇存柊1-8
+        /// </summary>
+        /// <param name="bundle"></param>
         private void RefreshSectShapeWhole18(ViewModel.SectionBundleInfo bundle)
         {
             _occDesign3dCtrl.RefreshAllSectShape18(bundle);
-
             _occDesign2dCtrl.RefreshAllSectShape18(bundle);
-        }
 
+            this._sectAreaDockPanel.SetBindingData(bundle);
+
+        }
+        //鏇存柊鍗曚釜鏂潰
         private void RefreshSectShapeSingle18( ViewModel.SectionShapePara para)
         {
             this._sectionBundleInfo.FromSectionShapePara(para);
@@ -51,6 +57,7 @@
             _occDesign3dCtrl.RefreshSingleSectShape18(para);
 
             _occDesign2dCtrl.RefreshSingleSectShape18(para);
+            this._sectAreaDockPanel.SetBindingData(para);
         }
     }
 }

--
Gitblit v1.9.3