- in FACEBYBLADE implementata funzione calcolo SCC migliore. Da gestire casi split e da implementare funzione specifica per ogni macchina

This commit is contained in:
luca.mazzoleni
2025-05-06 18:35:27 +02:00
parent 95fdb3a250
commit 037e07921c
-14
View File
@@ -168,20 +168,6 @@ local function GetSCC( vtMachiningDirection, vtEdgeDirection, vtNFace)
end
end
-- if vtMachiningDirection:getZ() < -0.9 then
-- nSCC = MCH_SCC.ADIR_ZM
-- elseif vtMachiningDirection:getZ() > 0.9 then
-- nSCC = MCH_SCC.ADIR_ZP
-- elseif vtMachiningDirection:getY() < -0.707 then
-- nSCC = MCH_SCC.ADIR_YM
-- elseif vtMachiningDirection:getY() > 0.707 then
-- nSCC = MCH_SCC.ADIR_YP
-- elseif vtMachiningDirection:getX() < -0.707 then
-- nSCC = MCH_SCC.ADIR_XM
-- elseif vtMachiningDirection:getX() > 0.707 then
-- nSCC = MCH_SCC.ADIR_XP
-- end
return nSCC
end