]> 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>
Fri, 21 Feb 2025 11:43:49 +0000 (11:43 +0000)
commitd51e34f96ff0e7c66f72cb8b77cdbcb442c06a39
treec06042ca39ba47e9eccdfc083333ebeb5de7234e
parent2c4249e94801c55a8d435ca33e8e922bdcb34d1b
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]