- Aggiunto lettura Q03 su scanalatura epr forzare fresa

- In BeamLib, si considerano simili due facce che hanno elevazione oltre l'85%
This commit is contained in:
andrea.villa
2025-04-11 13:29:37 +02:00
parent e188753f49
commit ab7971e5f9
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ function BeamLib.GetFaceWithMostAdj( Proc, nPartId, bCompare3Fc, dCosSideAng)
-- premio quella che non è sottosquadra e che ha la X minore
local bDiffSmall = true
for i = 1, #dtElev do
if dtElev[i] > dMinElev + 5 or dtElev[i] > 80 then
if ( dtElev[i] > dMinElev + 5 or dtElev[i] > 80) and dMinElev < 0.85 * dtElev[i] then
bDiffSmall = false
end
end