11 lines
627 B
Lua
11 lines
627 B
Lua
-- Parametri configurabili da cliente per strategia: STR0002
|
|
|
|
local STR0002Data = {
|
|
sStrategyId = 'STR0002',
|
|
Parameters = {
|
|
{ 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 = ''},
|
|
{ sName = 'bAntiSplint', sValue = 'false', sDescriptionShort = 'Use Anti-Splint strategy', sDescriptionLong = 'The strategy will apply blade cuts on corner to avoid wood splint', sType = 'b', sMinUserLevel = '1', sMessageId = ''}
|
|
}
|
|
}
|
|
|
|
return STR0002Data |