- in BeamLib.GetSortedVertices piccola correzione

This commit is contained in:
luca.mazzoleni
2026-05-13 11:58:28 +02:00
parent fc47bca0f1
commit b048e2ebe2
+1 -1
View File
@@ -524,7 +524,7 @@ function BeamLib.GetSortedVertices( Proc)
local PtVerticesSorted = {}
-- se più di una faccia si esce subito
if Proc.nFct > 1 then
if not ( Proc.nFct) or ( Proc.nFct > 1) then
return
end