EgtMachKernel :
- migliorati test su tolleranza fori - piccole correzioni per lavorazioni vuote o disabilitate.
This commit is contained in:
@@ -279,6 +279,10 @@ Generator::ProcessMachining( int nOpId, int nOpInd)
|
||||
if ( ! m_pMchMgr->SetCurrMachining( nOpId))
|
||||
return false ;
|
||||
|
||||
// Verifico non sia vuota
|
||||
if ( ! m_pMchMgr->IsNotEmpty())
|
||||
return true ;
|
||||
|
||||
// Recupero l'utensile della lavorazione corrente
|
||||
string sTool ;
|
||||
if ( ! m_pMchMgr->GetMachiningParam( MPA_TOOL, sTool))
|
||||
|
||||
Reference in New Issue
Block a user