| | |
| | | ViewModel.HdrBaseInfo _hdrBaseInfo = null; |
| | | ViewModel.GeomBaseInfo _geomBaseInfo = null; |
| | | ViewModel.SectionBundleInfo _sectionBundleInfo = null; |
| | | ViewModel.OtuflowParas _otuflowParas = null; |
| | | ViewModel.eOutflowStyle _type ; |
| | | |
| | | |
| | |
| | | { |
| | | _ctrlSetOutflowStyle = new ctrlSetOutflowParas(); |
| | | _ctrlSetOutflowStyle.Name = "ctrlSetOutflowStyle"; |
| | | _ctrlSetOutflowStyle.OnRefreshShape += CreateWaterBody; |
| | | //_ctrlSetOutflowStyle.OnRefreshShape += CreateWaterBody; |
| | | } |
| | | |
| | | _ctrlSetOutflowStyle.SetBindingData(_type); |
| | | _ctrlSetOutflowStyle.ShowPage(); |
| | | //_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(); |
| | | } |
| | | //if (step_id == this._stepTreeDockPanel.Step_ID_jiahout) |
| | | //{ |
| | | // this._occDesign3dCtrl.CreateOutletBody3d(); |
| | | //} |
| | | |
| | | } |
| | | |