yangyin
2024-12-25 df88a15b84a7eee09c870dab8c0f5facd6c18c6e
WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs
@@ -17,13 +17,14 @@
        ctrlGeomBaseInfo _ctrlGeomBaseInfo = null;
        ctrlSectionBundleInfo _ctrlSectionBundleInfo = null;
        ctrlSectionShapeInfo18 _ctrlSectionShapeInfo18 = null;
        ctrlSetOutflowStyle _ctrlSetOutflowStyle = null;
        ctrlSetOutflowParas _ctrlSetOutflowStyle = null;
        ctrlSetOutflowType _ctrlSetOutflowType = null;
        //参数
        ViewModel.HdrBaseInfo _hdrBaseInfo = null;
        ViewModel.GeomBaseInfo _geomBaseInfo = null;
        ViewModel.SectionBundleInfo _sectionBundleInfo = null;
        ViewModel.OtuflowParas _otuflowParas = null;
        ViewModel.eOutflowStyle _type ;
@@ -298,28 +299,26 @@
                _type = _ctrlSetOutflowType.GetBindingData();
                if (_ctrlSetOutflowStyle == null)
                {
                    _ctrlSetOutflowStyle = new ctrlSetOutflowStyle();
                    _ctrlSetOutflowStyle = new ctrlSetOutflowParas();
                    _ctrlSetOutflowStyle.Name = "ctrlSetOutflowStyle";
                    //var pt = _occDesign2dCtrl.CreateOutflowBody();
                    //if(pt != null)
                    //{
                    //    _occDesign3dCtrl.CreateOutflowBody(pt);
                    //}
                    //_ctrlSetOutflowStyle.OnRefreshShape += CreateWaterBody;
                }
                _ctrlSetOutflowStyle.SetBindingData(_type);
                //_ctrlSetOutflowStyle.ShowPage();
                this._sectAreaDockPanel.RefreshControl();
                this._sectAreaDockPanel.Visible = true;
                AddStepParaCtrl(_ctrlSetOutflowStyle);
                string error = "";
                _otuflowParas = _ctrlSetOutflowStyle.GetBindingData(out error);
            }
            //if (step_id == this._stepTreeDockPanel.Step_ID_jiahout)
            //{
            //    this._occDesign3dCtrl.CreateOutletBody3d();
            //}
        }
        /// <summary>