Prima versione che sistema il pezzo in interfaccia come è stato preruotato

This commit is contained in:
andrea.villa
2026-04-13 08:08:14 +02:00
parent b73fb86be9
commit 1a6433d5f8
4 changed files with 25 additions and 10 deletions
+1 -7
View File
@@ -694,13 +694,7 @@ if bToProcess then
BeamExec.GetProcessings( PARTS, BEAM.FLAG == 10)
BeamExec.GetCombinationMatrix( PARTS, BEAM.FLAG == 10)
BeamExec.ProcessMachinings( PARTS)
-- scrittura variabili globali per interfaccia
if BEAM.FLAG == 10 then
BEAM.PREROTATE90 = PARTS[1].nInitialPosition - 1
BEAM.PREINVERT = EgtIf( PARTS[1].bPartInCombiIsInverted, 1, 0)
end
BeamExec.ProcessMachinings( PARTS, BEAM.FLAG == 10)
local sOutput = ''