yangyin
2025-03-27 b0de14c2670b9ff0079dacfb4b7457b438368f11
WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_ExportImport.cs
@@ -111,6 +111,7 @@
                _stepTreeDockPanel.SetFocusedNode(this._stepTreeDockPanel.Step_ID_Hdr_Base_Info);
                #endregion
                #region  第2步 断面总览
                if (_sectionBundleInfo == null)
                    return;
@@ -121,12 +122,11 @@
                    _ctrlSectionBundleInfo.SetBindingData(_sectionBundleInfo);
                }
                _ctrlSectionBundleInfo.ShowPage(_hdrBaseInfo, _geomBaseInfo,
                        DPumpHydr.ViewModel.eWizardStepDiretion.前进, false);
                        DPumpHydr.ViewModel.eWizardStepDiretion.前进, true);
                _ctrlSectionBundleInfo.RefreshAllSectPara(_sectionBundleInfo);
                RefreshSectShapeWhole18(_sectionBundleInfo);
                _stepTreeDockPanel.SetFocusedNode(this._stepTreeDockPanel.Step_ID_Section18_Full);
                #endregion
                #region  出水面参数
@@ -145,36 +145,15 @@
                #endregion
                #region  加厚
                if (_bodyThickness < 1)
                    return;
                CreateThicknessStepCtrl();
                InitilThicknessStepCtrl(this._stepTreeDockPanel.Step_ID_Outflow_Paras);
                InitilThicknessStepCtrl(this._stepTreeDockPanel.Step_ID_Outflow_Paras,_bodyThickness);
                DockStepParaCtrl(_ctrlThicknessParas);
                _stepTreeDockPanel.SetFocusedNode(this._stepTreeDockPanel.Step_ID_jiahout);
                //{
                //    Rbtn数据导出STP.Visible = true;
                //    Rbtn数据导出IGS.Visible = true;
                _stepTreeDockPanel.SetFocusedNode(this._stepTreeDockPanel.Step_ID_Thickness);
                //    if (_ctrlThicknessParas == null)
                //    {
                //        _ctrlThicknessParas = new ctrlThicknessParas();
                //        _ctrlThicknessParas.Name = "ctrlThicknessParas";
                //        _ctrlThicknessParas.OnRefreshShape += (houdu) =>
                //        {
                //            this._bodyThickness = houdu;
                //            this._occDesign3dCtrl.BuildThicknessBody(houdu);
                //        };
                //        _ctrlThicknessParas.InitialParas(_bodyThickness);
                //        this._occDesign3dCtrl.BuildThicknessBody(_bodyThickness);
                //    }
                //}
                #endregion
            }
        }