DataBeam :

- modifiche per PF1250.
This commit is contained in:
Dario Sassi
2021-03-01 08:30:41 +00:00
parent 4e3732b09b
commit f90f1f3809
5 changed files with 30 additions and 15 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
-- ProcessDoubleCut.lua by Egaltech s.r.l. 2021/02/22
-- ProcessDoubleCut.lua by Egaltech s.r.l. 2021/02/28
-- Gestione calcolo doppi tagli di lama per Travi
-- Tabella per definizione modulo
@@ -270,7 +270,7 @@ function ProcessDoubleCut.Make( Proc, nPhase, nRawId, nPartId, dOvmHead)
local nOrthoOpposite = BL.GetNearestOrthoOpposite( vtOrthOpp, vtNorm)
-- lavoro la faccia
for j = 1, #vCuts[i] do
local bOk, sErr = BL.MakeOneFaceBySaw( vCuts[i][j], 0, sCutting, dSawDiam, nOrthoOpposite, nil, 0, BD.CUT_SIC, 0, 0, nil, b3Raw)
local bOk, sErr = BL.MakeOneFaceBySaw( vCuts[i][j], 0, sCutting, dSawDiam, nOrthoOpposite, EgtIf( bDownHead, -2, nil), 0, BD.CUT_SIC, 0, 0, nil, b3Raw)
if not bOk then
return bOk, sErr
end