EgtExecutor 2.2i4 :

- aggiunta funzione ExeAdvancedImport (per import IGES, STEP, ACIS, PARASOLID, JT e VRML)
- piccole migliorie.
This commit is contained in:
Dario Sassi
2020-09-22 07:50:03 +00:00
parent 02470abc0c
commit 3f724959a8
6 changed files with 133 additions and 4 deletions
+1 -1
View File
@@ -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 ;
}