From 677ff492e79dbe5563332a87c9615319df9dc0b0 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Thu, 12 Dec 2024 16:59:41 +0100 Subject: [PATCH] - correzione in LapJoint per SideMillAsBlade --- LuaLibs/ProcessLapJoint.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/ProcessLapJoint.lua b/LuaLibs/ProcessLapJoint.lua index d108d1f..f82c2bc 100644 --- a/LuaLibs/ProcessLapJoint.lua +++ b/LuaLibs/ProcessLapJoint.lua @@ -879,7 +879,7 @@ function ProcessLapJoint.Classify( Proc, b3Raw) end end -- se groove da sotto e possibile fresatura tipo SideMillAsBlade non ruoto - if Proc.AllRightAngles and Proc.Topology == 'Groove' and not( Proc.AffectedFaces.Front or Proc.AffectedFaces.Back) and AreOppositeVectorApprox( Proc.Face[nFacInd + 1].VtN, Z_AX()) then + if Proc.AllRightAngles and ( Proc.Topology == 'Groove' or Proc.Topology == 'Pocket') and not( Proc.AffectedFaces.Front or Proc.AffectedFaces.Back) and AreOppositeVectorApprox( Proc.Face[nFacInd + 1].VtN, Z_AX()) then -- recupero gruppo per geometria addizionale local nAddGrpId = BL.GetAddGroup( nPartId) if not nAddGrpId then