- 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:
@@ -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
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user