diff --git a/LuaLibs/BeamExec.lua b/LuaLibs/BeamExec.lua index d5f3cad..917a7bd 100644 --- a/LuaLibs/BeamExec.lua +++ b/LuaLibs/BeamExec.lua @@ -852,7 +852,7 @@ local function GetFeatureInfoAndDependency( vProcSingleRot, Part, bIsFlipRot) and ( FeatureLib.IsFeatureCuttingEntireSection( Proc.b3Box, Part) and FeatureLib.IsFeatureCuttingEntireSection( ProcB.b3Box, Part)) -- si trovano i veri tagli di testa e coda e si disattivano gli altri, se necessario - if bIsFlipRot and Part.GeneralParameters.GEN_bGetAlternativesNesting2D and bAreBothTruncatingCuts then + if Part.GeneralParameters.GEN_bGetAlternativesNesting2D and bAreBothTruncatingCuts then -- testa if Proc.Faces[1].vtN:getX() > GEO.EPS_SMALL and ProcB.Faces[1].vtN:getX() > GEO.EPS_SMALL then -- il primo taglio è più verso il centro della trave