| | |
| | | { |
| | | if (!SaveParaStep4()) |
| | | return false; |
| | | if (next_step_id < current_step_id) |
| | | if (next_step_id < current_step_id && next_step_id != 0) |
| | | {//删除加厚体 |
| | | this._occDesign3dCtrl.RemoveThicknessBody( ); |
| | | } |
| | |
| | | this.Rbtn数据导出STP.Visible = true; |
| | | this.Rbtn数据导出IGS.Visible = true; |
| | | } |
| | | else |
| | | else if (current_step_id == this._stepTreeDockPanel.Step_ID_Thickness && next_step_id == 0) |
| | | { |
| | | this.RBtn后退.Enabled = true; |
| | | this.Rbtn前进.Enabled = false; |
| | | |
| | | |
| | | this.Rbtn上一步.Enabled = true; |
| | | this.Rbtn下一步.Enabled = false; |
| | | this.Rbtn完成.Enabled = true; |
| | | |
| | | this.Rbtn数据导出STP.Visible = true; |
| | | this.Rbtn数据导出IGS.Visible = true; |
| | | } else |
| | | { |
| | | this.RBtn后退.Enabled = true; |
| | | this.Rbtn前进.Enabled = true; |