- 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
@@ -27,7 +27,7 @@ local function GetStrategies_Egalware( Proc)
if true or ID.IsHeadCut( Proc) then -- TODO TOGLIERE IL true PER FORZARE IF!!! PROVVISORIO PER PROVARE STRATEGIE
if Proc.Topology.Name == 'FEATURE' then
Strategy_Egalware = {
StrategyId = 'STR0010',
StrategyId = 'STR0001',
Parameters = {
{ Value = '15', Name = 'Step', Type = 'd'},
{ Value = 'false', Name = 'AntiSplint', Type = 'b'}
@@ -206,7 +206,7 @@ local function GetStrategies_Essetre( Proc)
if true or ID.IsHeadCut( Proc) then -- TODO TOGLIERE IL true PER FORZARE IF!!! PROVVISORIO PER PROVARE STRATEGIE
if Proc.Topology.Name == 'FEATURE' then
Strategy_Essetre = {
StrategyId = 'STR0010',
StrategyId = 'STR0001',
Parameters = {
{ Value = '15', Name = 'Step', Type = 'd'},
{ Value = 'false', Name = 'AntiSplint', Type = 'b'}