]> OCCT Git - occt-copy.git/commit
0029099: Extra shapes in result of General Cut (box by ellipsoid)
authoremv <emv@opencascade.com>
Wed, 13 Sep 2017 05:28:04 +0000 (08:28 +0300)
committervsr <vsr@opencascade.com>
Wed, 4 Oct 2017 12:25:53 +0000 (15:25 +0300)
commit61f67d7ef3da6f7088e74d064f8f1382cf612c07
treeb0fc25573834809eefb7d717b78149de55792070
parentd2c909178edea381a99889edd7d75b57f4cdf4d3
0029099: Extra shapes in result of General Cut (box by ellipsoid)

Boolean Operations - when looking for the splitting parameters on the degenerated edges try not only the intersection of the 2D curve of degenerated edge with 2D curves of other edges bounded by the vertex of degenerated edge, but also the projection of the end points of the edges corresponding to the vertex on the 2d curve of degenerated edge.
src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx
tests/bugs/modalg_7/bug29099 [new file with mode: 0644]