DataBeam :

- miglioramenti a DiceCut per equidistanza tagli.
This commit is contained in:
Dario Sassi
2019-10-21 06:47:13 +00:00
parent aa193190f8
commit 5ebe6c2c52
4 changed files with 95 additions and 7 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ local function MakeByMill( Proc, nPhase, nRawId, nPartId, dOvmHead)
-- ne verifico la lunghezza per eventuale spezzatura e lavorazione in doppio
local nStep = 1
local dStep = 0
local dLenMax = min( BD.LONGCUT_MAXLEN, 0.5 * b3Raw:getDimX())
local dLenMax = BD.LONGCUT_MAXLEN
local b3Aux = EgtGetBBoxGlob( AuxId, GDB_BB.STANDARD)
if b3Aux:getDimX() > dLenMax then
local dCrvLen = EgtCurveLength( AuxId)