Correzioni varie in strategie per gestire casi strani dove non vengono calcolate le MainFaces

This commit is contained in:
andrea.villa
2026-04-14 07:57:59 +02:00
parent a21a3979f1
commit 922a7ac846
5 changed files with 30 additions and 20 deletions
+1
View File
@@ -492,6 +492,7 @@ if bToProcess then
return
end
-- TODO in caso di "GEN_sPiecesLoadingPosition = FULL_PRE_ROTATION" bisogna controllare anche sezione ribaltata di 90°
-- Verifico sezione barra non troppo grande
if not BeamData.MAX_WIDTH2 or not BeamData.MAX_HEIGHT2 then
if ( dRawW > BeamData.MAX_WIDTH + 10 * GEO.EPS_SMALL or dRawH > BeamData.MAX_HEIGHT + 10 * GEO.EPS_SMALL) then