Merge branch 'feature/BetterCuts' into develop

This commit is contained in:
luca.mazzoleni
2025-07-14 17:25:47 +02:00
17 changed files with 145 additions and 69 deletions
+1
View File
@@ -296,6 +296,7 @@ end
-------------------------------------------------------------------------------------------------------------
-- restituisce le facce della parte interessate dalla feature Proc
-- TODO da spostare in FeatureLib???
-- TODO le feature 1 faccia devono essere settate aperte sulla faccia indicata dalla normale
function BeamLib.GetAffectedFaces( Proc, Part)
local vtFacesAffected = { bTop = false, bBottom = false, bFront = false, bBack = false, bLeft = false, bRight = false}
if Proc.b3Box and not Proc.b3Box:isEmpty() then