Skip to content

Commit

Permalink
Issue #1014
Browse files Browse the repository at this point in the history
  • Loading branch information
QuimMoya committed Sep 19, 2024
1 parent 63c4678 commit b42ebb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cpp/geometry/operations/geometryutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,10 @@ namespace webifc::geometry
{
EPS = 0.01;
}
if (i == 3)
{
EPS = 1e-08;
}
for (auto &p : points)
{
if (computeSafeNormal(v1, v2, p, normal, EPS))
Expand Down

0 comments on commit b42ebb9

Please sign in to comment.