- piccola correzione in GetMainFaces

This commit is contained in:
luca.mazzoleni
2024-04-19 19:15:08 +02:00
parent 10399347f0
commit 8cda36a838
+1 -1
View File
@@ -288,7 +288,7 @@ function FaceData.GetMainFaces( Proc)
MainFaces.TunnelAddedFaces = GetTunnelFaces( Proc)
end
if Proc.Topology.Family == 'Rabbet' or Proc.Topology.Family == 'VGroove' or Proc.Topology.Family == 'Groove' or Proc.Topology.Family == 'Pocket' then
if Proc.Topology.Family == 'Rabbet' or Proc.Topology.Family == 'VGroove' or Proc.Topology.Family == 'Groove' or Proc.Topology.Family == 'Pocket' or Proc.Topology.Family == 'Tunnel' then
MainFaces.BottomFace = GetBottomFace( Proc)
MainFaces.LongFaces = GetLongFaces( Proc, MainFaces)
end