- Correzioni varie per compatibilità con lettura file JSON di configurazione

- In GetBestStrategy si fa copia della tabella che prima era passata come riferimento
This commit is contained in:
andrea.villa
2025-05-23 14:55:26 +02:00
parent 97dfd6f2e1
commit a772113107
4 changed files with 30 additions and 15 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ function FeatureLib.GetTopologyFromFeature( Proc, Part)
elseif ID.IsRidgeLap( Proc) then
Topology.sName = 'RidgeLap-3-Through'
else
Topology.sName = 'FEATURE'
Topology.sName = 'Feature'
end
return Topology
end