- altri piccoli miglioramenti legati al riconoscimento topologia

This commit is contained in:
luca.mazzoleni
2023-07-07 18:07:11 +02:00
parent 51e1425921
commit 3ca0ab1692
3 changed files with 39 additions and 26 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ function WallExec.CollectFeatures( PartId, b3Raw)
Proc.IsOutline = ( Proc.Prc == 251 or Proc.Prc == 252)
-- recupero l'elenco delle facce della parte interessate dalla feature
Proc.AffectedFaces = WL.GetProcessAffectedFaces( Proc, PartId)
Proc.AffectedFaces = WL.GetProcessAffectedFaces( Proc)
-- recupero informazioni sulle facce della feature
Proc.Face = {}