DataBeam :

- modifiche per tagli di lama molto inclinati.
This commit is contained in:
Dario Sassi
2021-02-03 16:40:14 +00:00
parent 406c0f3e6d
commit 1ac4c74f75
2 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ function ProcessDoubleCut.Make( Proc, nPhase, nRawId, nPartId, dOvmHead)
local vtOrthOpp = vtN[nBigInd]
local vtNorm = vtN[nSmaInd]
if ( i % 2) ~= 1 then vtOrthOpp, vtNorm = vtNorm, vtOrthOpp end
if not bOnY then vtOrthOpp[2] = 0 end
--if not bOnY then vtOrthOpp[2] = 0 end
local nOrthoOpposite = BL.GetNearestOrthoOpposite( vtOrthOpp, vtNorm)
-- lavoro la faccia
for j = 1, #vCuts[i] do