- Prima versione file INI interfaccia selezione strategie Beam&Wall
- BeamLib : nuova funzione 'LoadCustomParametersInStrategy' - Piccoli aggiustamenti vari
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user