occt: master 7cb2f409

Author Committer Branch Timestamp Parent
emv mkv master 2016-08-11 08:55:29 master 3e05329c
Changeset 0027761: Intersection loops infinitely

The static method CorrectSurfaceBoundaries() in the class IntTools_FaceFace,
which is used for correction of the boundaries of the faces before their intersection,
contains two inconsistent adjustments of the boundaries of the faces based on periodic surfaces.
One of these adjustments has been removed. The remaining adjustment, the one that is based on the
2D bounding boxes of the closed curves, should be sufficient.

Test case for the issue.
mod - src/IntTools/IntTools_FaceFace.cxx Diff File
add - tests/bugs/modalg_6/bug27761 Diff File