- Prima versione file INI interfaccia selezione strategie Beam&Wall

- BeamLib : nuova funzione 'LoadCustomParametersInStrategy'
- Piccoli aggiustamenti vari
This commit is contained in:
andrea.villa
2024-05-08 15:32:51 +02:00
parent ecf89edf59
commit d45fc8e89b
9 changed files with 148 additions and 20 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
local STR0002Data = {
StrategyId = 'STR0002',
Parameters = {
{ Value = '10', Name = 'Step', Description = 'Questo è lo step di lavorazione', Type = 'd'},
{ Value = '5', Name = 'Depth', Description = 'Affondamento lavorazione', Type = 'd'},
{ Name = 'Step', Value = '10', Description = 'Questo è lo step di lavorazione', Type = 'd'},
{ Name = 'Depth', Value = '5', Description = 'Affondamento lavorazione', Type = 'd'},
}
}