- in BeamLib.Is3EdgesApprox tolleranza portata a 5 (era 15 mm)

- in DiceCut piccola correzione
This commit is contained in:
luca.mazzoleni
2025-05-16 14:35:31 +02:00
parent 8a127f39ee
commit 8d8f66fd77
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -391,7 +391,7 @@ function BeamLib.Is3EdgesApprox( Proc, idFace, nAddGrpId)
elseif nEntityCount then
for i = 1, nEntityCount do
local dLength = EgtCurveCompoLength( nContourId, i - 1)
if dLength < 15 then nEdges = nEdges - 1 end
if dLength < 5 then nEdges = nEdges - 1 end
end
end
if nEdges == 3 then bResult = true end