]> OCCT Git - occt.git/commit
0033394: Modeling Algorithms - Wrong usage of BRepClass_FaceClassifier with 3d tolerance
authorastromko <astromko@opencascade.com>
Wed, 3 Apr 2024 10:52:56 +0000 (11:52 +0100)
committerjfa <jfa@opencascade.com>
Thu, 18 Apr 2024 17:34:34 +0000 (18:34 +0100)
commit99509f37f823b444da54e75c72d5fa2165ba179f
treec938e0a849d8b2dc5359bfd062c567997ec3fc9a
parentbb43d0cc19541415b131d3020932887362f13bab
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]