EgtMachKernel 1.8d1 :
- aggiunti a fresature attacchi e uscite ad inseguimento - corretti problemi con verifica collisioni - corretti problemi con caricamento utensili su testa con TC.
This commit is contained in:
+1
-1
@@ -695,7 +695,7 @@ Machine::EnableHeadInSet( const string& sHead)
|
||||
int nH = GetGroup( vsHSet[i]) ;
|
||||
bool bShow = ( vsHSet[i] == sHead) ;
|
||||
m_pGeomDB->SetMode( nH, ( bShow ? GDB_MD_STD : GDB_MD_HIDDEN)) ;
|
||||
//m_pGeomDB->SetStatus( nH, ( bShow ? GDB_ST_ON : GDB_ST_OFF)) ;
|
||||
m_pGeomDB->SetStatus( nH, ( bShow ? GDB_ST_ON : GDB_ST_OFF)) ;
|
||||
}
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user