0028892: BOPAlgo_PaveFiller returns status "error: 11" in draw or raises exception...
authoremv <emv@opencascade.com>
Fri, 11 Aug 2017 06:16:38 +0000 (09:16 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 17 Aug 2017 12:47:50 +0000 (15:47 +0300)
commit7337535943c5be0b2ab318fbd560137454f20353
tree5ea62d88b17e39b7891dc773dad50c1be9d1d21a
parent359cdde7edcdde86af2a058b56a2a18e2a2118eb
0028892: BOPAlgo_PaveFiller returns status "error: 11" in draw or raises exception in app on the given shapes set

Boolean Operations algorithm - Added processing of the untouched edges (without edge set) in the UpdatePaveBlocks method.

IntCurvesFace_Intersector algorithm - Avoid calculation of the number of sample points on the surfaces with too small UV ranges.
src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx
src/IntCurvesFace/IntCurvesFace_Intersector.cxx
tests/bugs/modalg_7/bug28892_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug28892_2 [new file with mode: 0644]
tests/bugs/modalg_7/bug28892_3 [new file with mode: 0644]
tests/bugs/modalg_7/bug28984 [new file with mode: 0644]