- in BeamExec correzione
This commit is contained in:
@@ -1781,7 +1781,7 @@ local function GetCombinationListFromMatrix( ProcessingsOnPart, Part, bReProcess
|
||||
end
|
||||
bExecInLastRotation = ( not bIgnoreNotClampableLength) and FeatureLib.IsMachiningLong( dMaxNotClampableLength, Part)
|
||||
-- se la feature impatta sulla lettura laser o compromette il pinzaggio è valida solo se fatta in ultima rotazione; negli altri casi è sempre valida
|
||||
if nNextRot == nUnloadPos or not( CurrProc.bHindersLaserMeasure) or not( bExecInLastRotation) then
|
||||
if nNextRot == nUnloadPos or not( CurrProc.bHindersLaserMeasure or bExecInLastRotation) then
|
||||
-- controllo se è stata scelta una strategia
|
||||
if CurrProc.ChosenStrategy then
|
||||
local Proc = {}
|
||||
|
||||
Reference in New Issue
Block a user