- negli egde vtToolDirection sostituita con vtN

This commit is contained in:
luca.mazzoleni
2025-01-23 12:13:30 +01:00
parent 89c315cdd8
commit ffe2d07918
8 changed files with 42 additions and 42 deletions
+4 -4
View File
@@ -362,16 +362,16 @@ function MachiningLib.FindChainSaw( Proc, ToolSearchParameters)
-- parametri obbligatori
if type( ToolSearchParameters.vtToolDirection) ~= 'table' then
error( 'FindBlade : missing tool direction')
error( 'FindChainSaw : missing tool direction')
end
if type( ToolSearchParameters.bAllowTopHead) ~= 'boolean' then
error( 'FindBlade : missing top head info')
error( 'FindChainSaw : missing top head info')
end
if type( ToolSearchParameters.bAllowBottomHead) ~= 'boolean' then
error( 'FindBlade : missing bottom head info')
error( 'FindChainSaw : missing bottom head info')
end
if not ToolSearchParameters.bAllowTopHead and not ToolSearchParameters.bAllowBottomHead then
error( 'FindBlade : wrong head info')
error( 'FindChainSaw : wrong head info')
end
-- parametri opzionali