- modifiche parziali per scrittura ingombri su disposizione

This commit is contained in:
luca.mazzoleni
2025-05-20 11:16:40 +02:00
parent f947f761f1
commit 3198287dfe
3 changed files with 22 additions and 13 deletions
+2 -6
View File
@@ -80,12 +80,8 @@ function FeatureLib.NeedTopologyFeature( Proc)
return true
elseif ID.IsBlockHaus( Proc) then
return true
elseif ID.IsRidgeLap( Proc) then
if Proc.nFct == 3 then
return false
else
return true
end
elseif ID.IsRidgeLap( Proc) and Proc.nFct ~= 3 then
return true
end
-- se feature non tra quelle sopra, riconoscimento topologico non necessario