From 8efb64810a937cd81b8876fc1f130ad06c7bd306 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Thu, 26 Feb 2026 17:56:12 +0100 Subject: [PATCH] - in FaceData si raccolgono informazioni sulle facce fino a 6 lati compresi --- LuaLibs/FaceData.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/FaceData.lua b/LuaLibs/FaceData.lua index 34ca9c4..c506d94 100644 --- a/LuaLibs/FaceData.lua +++ b/LuaLibs/FaceData.lua @@ -186,7 +186,7 @@ function FaceData.GetFacesInfo( Proc, Part, FacesToGet) Faces[i].id = i - 1 Faces[i].idTrimesh = Proc.id Faces[i].ptCenter, Faces[i].vtN = EgtSurfTmFacetCenter( Proc.id, i - 1, GDB_ID.ROOT) - if Proc.nFct < 6 or FaceIsToGet( i) then + if Proc.nFct < 7 or FaceIsToGet( i) then -- frame OCS faccia Faces[i].frFrameHV = Frame3d( Faces[i].ptCenter, Faces[i].vtN) -- elevazione calcolata rispetto al box della parte