- Modifica a strategie per nuovo standard parametri custom
- Funzione apposita per calcolo 'CompletionIndex' - Modifica valori di ritorno delle strategie. BOOL + TABLE - Versione primordiale funzione OrderFeature - Aggiornamento finale lavorazioni
This commit is contained in:
@@ -293,16 +293,16 @@ function MachiningLib.AddNewMachining( Machining)
|
||||
elseif Machining.nType == MCH_MY.MILLING then
|
||||
-- se utensile lama
|
||||
if TOOLS[Machining.nToolIndex].sFamily == 'SAWBLADE' then
|
||||
Machining.sTypeName = 'Cut'
|
||||
Machining.sTypeName = 'Cut_'
|
||||
else
|
||||
Machining.sTypeName = 'Milling'
|
||||
Machining.sTypeName = 'Milling_'
|
||||
end
|
||||
-- Pocketing
|
||||
elseif Machining.nType == MCH_MY.POCKETING then
|
||||
Machining.sTypeName = 'Pocketing'
|
||||
Machining.sTypeName = 'Pocketing_'
|
||||
-- Mortising
|
||||
elseif Machining.nType == MCH_MY.MORTISING then
|
||||
Machining.sTypeName = 'Mortising'
|
||||
Machining.sTypeName = 'Mortising_'
|
||||
end
|
||||
|
||||
-- se nome non definito, assegno alla lavorazioen un nome standard
|
||||
|
||||
Reference in New Issue
Block a user