DataBeam :

- modifiche a LapJoint per decidere se dividere in parti.
This commit is contained in:
Dario Sassi
2020-06-08 13:43:39 +00:00
parent fdfdd39058
commit 80a3f9ad86
+1 -1
View File
@@ -3255,7 +3255,7 @@ function ProcessLapJoint.Make( Proc, nPhase, nRawId, nPartId, dOvmHead)
-- verifico forzatura lama
local bForcedBlade = EgtGetInfo( Proc.Id, sUseRoughTool, 'i') ~= 1
-- se lunghezza richiede spezzatura
if Proc.Box:getDimX() > BD.LONGCUT_ENDLEN then
if Proc.Box:getDimX() > BD.LONGCUT_MAXLEN then
-- una faccia
if Proc.Fct == 1 then
return LongCut.Make( Proc, nPhase, nRawId, nPartId)