DataBeam :

- piccole correzioni e migliorie.
This commit is contained in:
Dario Sassi
2020-12-12 10:45:49 +00:00
parent f7a1c0a010
commit 02bddc6c9e
2 changed files with 14 additions and 4 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
-- ProcessScarfJoint.lua by Egaltech s.r.l. 2020/12/04
-- ProcessScarfJoint.lua by Egaltech s.r.l. 2020/12/10
-- Gestione calcolo giunto Gerber per Travi
-- Tabella per definizione modulo
@@ -485,6 +485,7 @@ function ProcessScarfJoint.Make( Proc, nPhase, nRawId, nPartId, dOvmHead)
else
dHCI = b3Raw:getMax():getX() - dOvmHead - Proc.Box:getMin():getX()
end
dHCI = 0.75 * dHCI
BL.UpdateHCING( nRawId, dHCI)
elseif Proc.Tail then
local dTCI = 0
@@ -494,6 +495,7 @@ function ProcessScarfJoint.Make( Proc, nPhase, nRawId, nPartId, dOvmHead)
else
dTCI = Proc.Box:getMax():getX() - b3Solid:getMin():getX()
end
dTCI = 0.75 * dTCI
BL.UpdateTCING( nRawId, dTCI)
end