DataBeam :

- aggiunto aggiornamento e verifica setup su ricalcolo
- in ProcessCut per pezzi corti si cerca di entrare dalle estremità (per limitare ingombri testa).
This commit is contained in:
Dario Sassi
2021-02-04 15:45:43 +00:00
parent be908d8f93
commit 4ceafe9222
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -439,7 +439,7 @@ function ProcessCut.Make( Proc, nPhase, nRawId, nPartId, dOvmHead, bFromBottom,
local vtOrthoO
if bFromBottom and dCutV < dMaxVertDepth - BD.CUT_EXTRA and vtN:getZ() > 0 then
vtOrthoO = -Z_AX()
elseif bHorizCut then
elseif bHorizCut and b3Solid:getDimX() > BD.LEN_SHORT_PART then
vtOrthoO = Z_AX()
elseif b3Solid:getDimX() < BD.LEN_SHORT_PART and abs( vtN:getY()) > 0.259 and vtN:getZ() > -0.174 and abs( vtN:getY()) > abs( vtN:getZ()) and dCutH < dMaxDepth + 10 * GEO.EPS_SMALL then
if Proc.Head then