- in BatchProcessNew -> GET_TOPOLOGY si legge anche nParts (serve nel Classify Topology)

- in STR0005 si ammettono feature a più di 3 lati se la topologia è DoubleBevel
- in BLADEKEEPWASTE si gestisce topologia DoubleBevel e migliorie varie
This commit is contained in:
luca.mazzoleni
2026-03-06 12:42:53 +01:00
parent 3e55af917e
commit 7b12eaf331
4 changed files with 179 additions and 136 deletions
+1
View File
@@ -250,6 +250,7 @@ elseif BEAM.FLAG == 9 then
local Proc = FeatureLib.GetProcFromTrimesh( BEAM.FEATUREID, Part)
Proc.nGrp = EgtGetInfo( Proc.id, 'GRP', 'i')
Proc.nPrc = EgtGetInfo( Proc.id, 'PRC', 'i')
Proc.nParts = EgtSurfTmPartCount( Proc.id) or 1
Proc.Topology = {}
if FeatureLib.NeedTopologyFeature( Proc, Part) then