]> OCCT Git - occt.git/commit
0032644: Modeling Algorithms - Empty result of section operation
authoremv <emv@opencascade.com>
Thu, 28 Oct 2021 08:07:05 +0000 (11:07 +0300)
committeremv <emv@opencascade.com>
Fri, 29 Oct 2021 06:46:40 +0000 (09:46 +0300)
commitd2c640053d17ddd1cd30687a9802e87b9e6af460
tree6d4896bb49c9df649f4100637010d051f8c07ee4
parentdd79df67d7f19d21e65fb7138640ff55771c5635
0032644: Modeling Algorithms - Empty result of section operation

Use distance criteria additionally to parameter criteria when verifying the extrema solution to belong to the edge boundary.
Refactor the BRepExtrema_DistanceSS class to remove the excessive methods with mirrored parameters.
src/BRepExtrema/BRepExtrema_DistanceSS.cxx
src/BRepExtrema/BRepExtrema_DistanceSS.hxx
tests/bugs/modalg_7/bug32644 [new file with mode: 0644]