- in ProcessSplit correzione per coda con spessore molto piccolo e separazione con testa sopra/sotto

This commit is contained in:
luca.mazzoleni
2026-03-12 18:42:56 +01:00
parent 6643673196
commit fbca8d3abd
+1 -1
View File
@@ -834,7 +834,7 @@ function ProcessSplit.Make( Proc, nPhase, nRawId, nPartId, nOrd, sDownOrSideOrSt
-- determinazione materiale da asportare
local dSawThickCheck = dSawThick
if dSawThick2 > 0 and bDoubleHorizCut then
dSawThickCheck = min( dSawThick, dSawThick2)
dSawThickCheck = max( min( dSawThick, dSawThick2), dOvmTail)
end
local dMaxElev = 0
if vtN:getX() > 0 then