]> OCCT Git - occt.git/commit
0033394: Modeling Algorithms - Wrong usage of BRepClass_FaceClassifier with 3d tolerance CR33394
authorastromko <astromko@opencascade.com>
Wed, 3 Apr 2024 10:52:56 +0000 (11:52 +0100)
committerastromko <astromko@opencascade.com>
Fri, 17 May 2024 09:11:47 +0000 (10:11 +0100)
commit9151e6516137d74c8fe9ee4dd1ba010acf96da34
tree21ad5dd4f0d61d40b08c5639e4f59d1d8ed7787a
parentb78ccf1f9b69249d5f5f9c4c1e137f0f16ea49a7
0033394: Modeling Algorithms - Wrong usage of BRepClass_FaceClassifier with 3d tolerance

Added the function Tolerance2d().
Now 2d-tolerance is used instead of 3d-tolerance where it's necessary.
src/BRep/BRep_Tool.cxx
src/BRep/BRep_Tool.hxx
src/BRepExtrema/BRepExtrema_DistanceSS.cxx
src/BRepExtrema/BRepExtrema_ExtFF.cxx
src/BRepExtrema/BRepExtrema_ExtPF.cxx
tests/bugs/modalg_8/bug33394 [new file with mode: 0644]