]> OCCT Git - occt.git/commit
0031586: BRepMesh hangs up CR31586
authoroan <oan@opencascade.com>
Tue, 15 Nov 2022 11:39:00 +0000 (14:39 +0300)
committeroan <oan@opencascade.com>
Thu, 22 Dec 2022 12:51:09 +0000 (15:51 +0300)
commit8c3e6633b8ca308490108da6bec54c474498e873
tree2dda3328622e310cd1c8cfa86f9a613247742359
parenta638dd62246542251d8f9b48eba80775d672ee80
0031586: BRepMesh hangs up

Use NCollection_UBTree to detect intersections between newly added links and contour of the polygon;
Perform check of the solutions for link insertion after all possible solutions are found and sorted according to their priority.
src/BRepMesh/BRepMesh_Delaun.cxx
src/BRepMesh/BRepMesh_Delaun.hxx
tests/bugs/mesh/bug31586 [new file with mode: 0644]