- in NestProcess corretta rotazione in caso di flip deciso da nesting
This commit is contained in:
+1
-1
@@ -1890,7 +1890,7 @@ if bNestingOk then
|
||||
local nTotFlip = EgtIf( nPartFlip ~= nFlag, 180, 0)
|
||||
EgtSetInfo( nPartDuploId, "FLIP", nTotFlip)
|
||||
|
||||
local bPartFlip = ( ( EgtGetInfo( nId, "INVERTED", 'i') or 0) == 180)
|
||||
local bPartFlip = ( nTotFlip == 180)
|
||||
local nPartRot = EgtGetInfo( nId, "ROTATED", 'i') or 0
|
||||
local nTotRot = nPartRot - EgtIf( bPartFlip, -dAngRot, dAngRot)
|
||||
if nTotRot < 0 then
|
||||
|
||||
Reference in New Issue
Block a user