]> OCCT Git - occt-copy.git/commit
0028764: [Regression to 7.0] Intersection of faces gives exception in debug mode
authornbv <nbv@opencascade.com>
Fri, 22 Sep 2017 11:05:01 +0000 (14:05 +0300)
committerkgv <kgv@opencascade.com>
Mon, 4 Dec 2017 18:03:14 +0000 (21:03 +0300)
commit8d2144ab67879cce064191d9f86874a1a4610b61
treea2cce81f1d7c9a2e44cffbf2fe5e39fb78ad6551
parent0002417612ab44320d503ff11ed3422abb2286f1
0028764: [Regression to 7.0] Intersection of faces gives exception in debug mode

Some point were incorrectly removed from the Walking-line.

In the current fix, new method IntWalk_PWalking::RemoveAPoint(...) has been added and implemented in order to provide safe removing.

So, now methods AddAPoint(...) and RemoveAPoint(...) are recommended to use for work with the Walking-line.
src/IntWalk/IntWalk_PWalking.cxx
src/IntWalk/IntWalk_PWalking.hxx
src/IntWalk/IntWalk_PWalking.lxx
tests/bugs/modalg_7/bug28764 [new file with mode: 0644]