DataBeam :

- correzioni e migliorie varie.
This commit is contained in:
Dario Sassi
2019-07-29 15:01:19 +00:00
parent 7e3c951901
commit 8dee1a0c97
12 changed files with 325 additions and 159 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
-- ProcessDrill.lua by Egaltech s.r.l. 2019/03/29
-- ProcessDrill.lua by Egaltech s.r.l. 2019/07/25
-- Gestione calcolo doppi tagli di lama per Travi
-- Tabella per definizione modulo
@@ -221,10 +221,10 @@ function ProcessDoubleCut.Make( Proc, nPhase, nRawId, nPartId, dOvmHead)
end
BL.UpdateHCING( nRawId, dOffs)
elseif Proc.Tail then
local dOffs = Proc.Box:getMax():getX() - b3Raw:getMin():getX()
if vtNm:getZ() > 0.5 then
dOffs = 0.5 * dOffs
end
local dOffs = Proc.Box:getMax():getX() - b3Raw:getMin():getX()
BL.UpdateTCING( nRawId, dOffs)
end
return true