- In StepJointNotch, se si forza truciolatore, si prende utensile più grande

- Per sovrapposizione in spezzatura LapJooint, corretto caso tipo Tunnel
This commit is contained in:
andrea.villa
2025-06-09 17:50:19 +02:00
parent 76d03160c5
commit 5007cda21f
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -6966,7 +6966,7 @@ local function MakeLongMoreFaces( Proc, nPhase, nRawId, nPartId, dOvmHead)
-- superficie di fondo
nSurfBottomId = EgtSurfTmPlaneInBBox( nAddGrpId, ptMaxBox, vtOrtho, b3SolidExtended, GDB_ID.ROOT)
-- calcolo di quanto allargare le superfici
if not dAddLen then
if dAddLen == 0 then
local dWidth = EgtIf( Proc.AffectedFaces.Front, Proc.Box:getDimZ(), Proc.Box:getDimY())
dAddLen = min( dWidth, 100) / 2
end