prima versione funzionante completamente

This commit is contained in:
luca.mazzoleni
2023-05-24 11:48:51 +02:00
parent bd0dbbb41c
commit 358df3cfdb
10 changed files with 39 additions and 30 deletions
+1
View File
@@ -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])