EgtMachKernel :
- aggiunta gestione attivazione e stato di visualizzazione di una operazione.
This commit is contained in:
+1
-1
@@ -654,7 +654,7 @@ Machining::AdjustStartMovements(void)
|
||||
return false ;
|
||||
|
||||
// recupero la lavorazione precedente
|
||||
int nPrevOpId = m_pMchMgr->GetPrevOperation( m_nOwnerId) ;
|
||||
int nPrevOpId = m_pMchMgr->GetPrevActiveOperation( m_nOwnerId) ;
|
||||
Machining* pPrevMch = dynamic_cast<Machining*>( m_pGeomDB->GetUserObj( nPrevOpId)) ;
|
||||
// recupero l'utensile precedente e i dati della sua testa
|
||||
string sPrevTool ;
|
||||
|
||||
Reference in New Issue
Block a user