Skip to content

Commit

Permalink
changed the pointtol to 0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Sasi Rajan committed Feb 19, 2020
1 parent 1bf6901 commit 66541cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsrc/stlgeom/stltopology.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ void STLTopology :: InitSTLGeometry(const NgArray<STLReadTriangle> & readtrigs)

NgArray<int> pintersect;

pointtol = boundingbox.Diam() * stldoctor.geom_tol_fact;
pointtol = 0.0 /*boundingbox.Diam() * stldoctor.geom_tol_fact*/; // Nikhil - 19/2/2020
PrintMessage(5,"point tolerance = ", pointtol);
PrintMessageCR(5,"identify points ...");

Expand Down

0 comments on commit 66541cf

Please sign in to comment.