- in BeamLib.Is3EdgesApprox tolleranza portata a 5 (era 15 mm)
- in DiceCut piccola correzione
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user