- in BeamLib GetProcessAffectedFaces diventa GetAffectedFaces

- in BeamExec GetAffectedFaces calcolata prima della topologia
- in FeatureData piccola correzione a ClassifyTopology
This commit is contained in:
luca.mazzoleni
2024-05-03 13:01:32 +02:00
parent 80dcdb0003
commit 03e4b4457d
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ end
-------------------------------------------------------------------------------------------------------------
-- restituisce le facce della parte interessate dalla feature Proc
function BeamLib.GetProcessAffectedFaces( Proc)
function BeamLib.GetAffectedFaces( Proc)
local nBoxSolidId = EgtGetFirstNameInGroup( Proc.PartId or GDB_ID.NULL, 'Box')
local b3Part = EgtGetBBoxGlob( nBoxSolidId, GDB_BB.STANDARD)
local vtFacesAffected = { Top = false, Bottom = false, Front = false, Back = false, Left = false, Right = false}