- 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:
andrea.villa
2024-05-28 17:10:01 +02:00
parent 8eeb7fa6d8
commit d191825118
7 changed files with 190 additions and 77 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
local STR0002Data = {
sStrategyId = 'STR0002',
Parameters = {
{ sName = 'dMaxCornerRadius', sValue = '15', sDescription = 'Affondamento lavorazione', sType = 'd'}
{ sName = 'dMaxCornerRadius', sValue = '15', sDescriptionShort = 'Max radius left on corners', sDescriptionLong = 'Radius-limit left by the tool at each corner of the feature', sType = 'd', sMinUserLevel = '1', sMessageId = ''}
}
}