| | |
| | | _stepTreeDockPanel.SetFocusedNode(this._stepTreeDockPanel.Step_ID_Hdr_Base_Info); |
| | | #endregion |
| | | |
| | | |
| | | #region 第2步 断面总览 |
| | | if (_sectionBundleInfo == null) |
| | | return; |
| | | CreateSectionStepCtrl(); |
| | | _isHaveCreateWaterBody3d = false; |
| | | DockStepParaCtrl(_ctrlSectionBundleInfo); |
| | | if(_ctrlSectionBundleInfo != null) |
| | | { |
| | | _ctrlSectionBundleInfo.SetBindingData(_sectionBundleInfo); |
| | | } |
| | | _ctrlSectionBundleInfo.ShowPage(_hdrBaseInfo, _geomBaseInfo, |
| | | DPumpHydr.ViewModel.eWizardStepDiretion.前进, true); |
| | | DPumpHydr.ViewModel.eWizardStepDiretion.前进, false); |
| | | _ctrlSectionBundleInfo.RefreshAllSectPara(_sectionBundleInfo); |
| | | RefreshSectShapeWhole18(_sectionBundleInfo); |
| | | _stepTreeDockPanel.SetFocusedNode(this._stepTreeDockPanel.Step_ID_Section18_Full); |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region 出水面参数 |
| | | if (_outflowParas == null) |
| | | return; |
| | | CreateOutflowStepCtrl(); |
| | | |
| | | _isHaveCreateWaterBody3d = false; |
| | | DockStepParaCtrl(_ctrlSetOutflowParas); |
| | | |
| | | _ctrlSetOutflowParas.Isxml = true; |
| | | InitilOutflowStepCtrl(this._stepTreeDockPanel.Step_ID_Section18_Full); |
| | | |
| | | this._occDesign2dCtrl.SetAllSectionCurveVisible(false); |
| | |
| | | |
| | | #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); |
| | | GoNextStep(); |
| | | |
| | | // 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 |
| | | } |
| | | } |