- in MultiDrill piccole correzioni

This commit is contained in:
luca.mazzoleni
2025-02-12 11:19:23 +01:00
parent a27566031b
commit 0388dbdc0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1099,7 +1099,7 @@ function GetFeatureInfoAndDependency( vProc)
-- se non è la stessa feature
if Proc.Id ~= ProcB.Id then
-- raggruppamento fori per eventuale Multidrill
if Drill.Identify( Proc) and Proc.Flg ~= 0 and Drill.Identify( ProcB) and ProcB.Flg ~= 0 then
if WD.USE_MULTI_DRILL and Drill.Identify( Proc) and Proc.Flg ~= 0 and Drill.Identify( ProcB) and ProcB.Flg ~= 0 then
if not Proc.OtherGeometries then
Proc.OtherGeometries = {}
end