EgtMachKernel :

- modifiche per visualizzazione utensili con lavorazioni.
This commit is contained in:
Dario Sassi
2017-07-01 19:21:38 +00:00
parent 0be287551f
commit d598c1a66b
14 changed files with 177 additions and 38 deletions
+5 -2
View File
@@ -548,13 +548,16 @@ Milling::Apply( bool bRecalc)
nPathId = m_pGeomDB->GetNextGroup( nPathId) ;
}
// eseguo aggiornamento assi macchina e collegamento con operazione precedente
if ( ! Update())
return false ;
//// imposto l'utensile per l'anteprima !!! provvisorio per test !!!
// if ( ! m_pMchMgr->SetCalcTool( GetToolName(), GetHeadName(), GetExitNbr()))
// return false ;
// ShowTool( 0, 0) ;
// eseguo aggiornamento assi macchina e collegamento con operazione precedente
return Update() ;
return true ;
}
//----------------------------------------------------------------------------