prima versione funzionante completamente
This commit is contained in:
@@ -652,6 +652,7 @@ function WallExec.ProcessFeatures()
|
||||
local nPriority = EgtGetInfo( nOperId or GDB_ID.NULL, 'PRIORITY', 'i')
|
||||
if nPriority and nPriority ~= 0 then vPriority[nCurrentPriorityId] = nPriority end
|
||||
nCurrentPriorityId = nCurrentPriorityId + 1
|
||||
nOperId = EgtGetNextOperation( nOperId)
|
||||
end
|
||||
for i = 1, #vPriority do
|
||||
PrevMch = SortMachinings( nPhase, PrevMch, nil, vPriority[i])
|
||||
|
||||
Reference in New Issue
Block a user