EgtExecutor 1.6n11 :
- corretto movimento pezzi nesting con baffi.
This commit is contained in:
@@ -821,7 +821,9 @@ ExeMovePartCluster( const INTVECTOR& vIds, bool bReducedCut, Vector3d& vtMove)
|
||||
if ( ! MyMovePartCluster( pGeomDB, vTrueIds, b3Cluster, true, vtM))
|
||||
return false ;
|
||||
// se posizione valida
|
||||
if ( MyVerifyPartCluster( pGeomDB, vTrueIds, b3Cluster, false)) {
|
||||
BBox3d b3CluMoved = b3Cluster ;
|
||||
b3CluMoved.Translate( vtM) ;
|
||||
if ( MyVerifyPartCluster( pGeomDB, vTrueIds, b3CluMoved, false)) {
|
||||
vtMove = vtM ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user