EgtExecutor 1.8c2 :
- piccola modifica in nesting per allineamento di riferimento con bordo sinistro inclinato.
This commit is contained in:
@@ -328,6 +328,12 @@ ExeCreateReferenceRegion( int nParentId, int nOutCrvId, bool bBottomUp)
|
||||
// prossimo punto
|
||||
bFound = PL.GetNextUPoint( &dPar, &ptQ, true) ;
|
||||
}
|
||||
// verifiche su box del lato a sinistra
|
||||
const double MAX_WIDTH_SIDE = 200 ;
|
||||
double dLeftDimX = b3Left.GetMax().x - b3Left.GetMin().x ;
|
||||
if ( dLeftDimX > MAX_WIDTH_SIDE) {
|
||||
b3Left.Translate( Vector3d( -dLeftDimX + 0.25 * MAX_WIDTH_SIDE, 0, 0)) ;
|
||||
}
|
||||
// costruisco la regione di riferimento
|
||||
PolyLine PL2 ;
|
||||
if ( bBottomUp) {
|
||||
|
||||
Reference in New Issue
Block a user