From 0f0af979b3108483a7f5206e6967a74a5f10918f Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期三, 26 二月 2025 20:48:52 +0800 Subject: [PATCH] 添加截面的显示隐藏 --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_出口_水体.cs | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_\345\207\272\345\217\243_\346\260\264\344\275\223.cs" "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_\345\207\272\345\217\243_\346\260\264\344\275\223.cs" index 4d11b10..3f8b7ae 100644 --- "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_\345\207\272\345\217\243_\346\260\264\344\275\223.cs" +++ "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_\345\207\272\345\217\243_\346\260\264\344\275\223.cs" @@ -33,7 +33,7 @@ CreateOutflowStepCtrl(); this._occDesign2dCtrl.SetAllSectionCurveVisible(false); - this._occDesign3dCtrl.SetAllSectionCurveVisible(false); + this._occDesign3dCtrl.SetAllSectionCurveVisible(RbtnChk鎴潰18.Checked); if (last_step_id >= this._stepTreeDockPanel.Step_ID_Thickness) { this._occDesign3dCtrl.setWaterBodyOpacity( @@ -212,14 +212,13 @@ this._occDesign3dCtrl.SectStartAngle = start_angle; this._occDesign3dCtrl.ClearAll(); this._occDesign3dCtrl.RefreshAllSectShape18(this._sectionBundleInfo); + this._occDesign3dCtrl.SetAllSectionCurveVisible(RbtnChk鎴潰18.Checked); this._sectAreaDockPanel.SetArea18(_sectionBundleInfo); } - - - + this._sectAreaDockPanel.SetAreaOutletDia(outflowParas.Dia); this._outflowParas = outflowParas; RefreshOuterParam(outflowParas); -- Gitblit v1.9.3