- Completato strategia STR0014

- Migliorata gestione pezzo invertito
- Corretto problema scelta combinazione migliore
- In STR0001 corretto nome variabile
- In STR0011 (foro) cambiato messaggio warning in caso di lavorazione non completa
- In BLADETOWASTE se taglio troncante, si setta da fare dopo taglio coda
This commit is contained in:
andrea.villa
2025-09-05 13:14:50 +02:00
parent 3a4b29070e
commit 51dec026ec
11 changed files with 123 additions and 63 deletions
+6
View File
@@ -209,6 +209,12 @@ function BeamLib.InvertRawPart( Part, nNumberOfRotations)
local vtEccRot = Vector3d( vtEccOri)
vtEccRot:rotate( Z_AX(), dAngRot)
EgtMovePartInRawPart( Part.id, ( vtEccOri - vtEccRot))
-- si salva posizione corrente
if Part.bIsInverted then
Part.bIsInverted = false
else
Part.bIsInverted = true
end
end
-------------------------------------------------------------------------------------------------------------