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