]> 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)
committerastromko <astromko@opencascade.com>
Tue, 16 Apr 2024 11:29:50 +0000 (12:29 +0100)
commitdfeb9d098def3c25a05fda2fd80710ddb2a38bc1
treee12d8c2ba6327408fab59c30650287ec3a15d56e
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]