From 4584ad3c024420157b6781cf1256c599f2fd3bca Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 15 Jan 2020 11:43:14 +0000 Subject: [PATCH] =?UTF-8?q?DataBeam=20:=20-=20l=C3=ACodificato=20riconosci?= =?UTF-8?q?mento=20feature=20di=20coda=20per=20LapJoint.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LuaLibs/ProcessLapJoint.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LuaLibs/ProcessLapJoint.lua b/LuaLibs/ProcessLapJoint.lua index 4543dd4..b09d2cf 100644 --- a/LuaLibs/ProcessLapJoint.lua +++ b/LuaLibs/ProcessLapJoint.lua @@ -82,9 +82,9 @@ function ProcessLapJoint.IsTailFeature( Proc, b3Raw) return false end -- se una o due facce ora รจ sicuramente di coda - if Proc.Fct <= 2 then - return true - end + --if Proc.Fct <= 2 then + -- return true + --end -- deve avere la normale principale diretta verso la coda local nPartId = EgtGetParent( EgtGetParent( Proc.Id) or GDB_ID.NULL) local nFacInd, dElev, nFacInd2, dElev2 = BL.GetFaceWithMostAdj( Proc.Id, nPartId)