EgtExecutor :

- aggiunta a Exe e Lua GetRawPartBBox
- tolta diminuzione movimento di epsilon in nesting.
This commit is contained in:
Dario Sassi
2017-05-08 08:25:06 +00:00
parent e813235c75
commit 1abd5cc948
3 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -1409,7 +1409,7 @@ MyMovePartCluster( IGeomDB* pGeomDB, const INTVECTOR& vTrueIds, BBox3d b3Cluster
}
// Se movimento risultante nullo, non faccio alcunché
vtMoveXY = vtDir * ( dLen - EPS_SMALL) ;
vtMoveXY = vtDir * dLen ;
if ( vtMoveXY.IsSmall())
return true ;