Si calcola faccia Tunnel anche per topologia Bevel-2-Blind

This commit is contained in:
andrea.villa
2025-09-08 14:47:43 +02:00
parent f84f0a6569
commit 3634af8f29
+2 -2
View File
@@ -277,7 +277,7 @@ local function GetTunnelFaces( Proc, Part)
local TunnelAddedFaces = {}
if not ( ( Proc.Topology.bIsThrough and Proc.Topology.bAllRightAngles and Proc.nFct < 5)
or ( Proc.nFct == 1 )) then
or ( Proc.nFct == 1 ) or Proc.Topology.sName == 'Bevel-2-Blind') then
error( 'GetTunnelFaces : Topology not implemented')
end
@@ -627,7 +627,7 @@ function FaceData.GetMainFaces( Proc, Part)
Proc.Topology.sFamily == 'DoubleBevel' or Proc.Topology.sFamily == 'Cut' then
if ( Proc.Topology.bIsThrough and Proc.Topology.bAllRightAngles and Proc.nFct < 5)
or ( Proc.nFct == 1) then
or ( Proc.nFct == 1) or Proc.Topology.sName == 'Bevel-2-Blind' then
MainFaces.TunnelAddedFaces = GetTunnelFaces( Proc, Part)
end