EgtExecutor 2.2i4 :
- aggiunta funzione ExeAdvancedImport (per import IGES, STEP, ACIS, PARASOLID, JT e VRML) - piccole migliorie.
This commit is contained in:
@@ -2193,7 +2193,7 @@ ExeAutomaticPackParts( INTVECTOR& vIds, bool bMinimizeOnXvsY, bool bReducedCut,
|
||||
if ( nStat == 3)
|
||||
break ;
|
||||
nTime += 1 ;
|
||||
if ( ExeProcessEvents( nTime / nMaxTime * 100, 995) == 1) {
|
||||
if ( ExeProcessEvents( int( 1.0 * nTime / nMaxTime * 100), 995) == 1) {
|
||||
bOk = ExeAutoNestCancelComputation() ;
|
||||
break ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user