EgtMachKernel :
- modifiche per visualizzazione utensili con lavorazioni.
This commit is contained in:
+5
-2
@@ -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 ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user