- la Topology tunnel chiuso diventa pocket

- piccole correzioni alla raccolta features in doppio in WallExec
- correzione in LApJoint per evitare di lavorare groove completamente affondate nel grezzo
This commit is contained in:
luca.mazzoleni
2023-09-07 12:23:27 +02:00
parent 61e5ce6359
commit 6a2a87b91f
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ function WFeatureTopology.Classify( Proc)
sFamily = 'Tunnel'
bIsThrough = true
elseif Proc.Fct == 5 and bAllAnglesConcave and #vFacesWithFourAdj == 1 then
sFamily = 'Tunnel'
sFamily = 'Pocket'
bIsThrough = false
end
local vFacesParallelToPart = GetFacesParallelToPart( Proc, sFamily)