]> OCCT Git - occt.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)
committerbugmaster <bugmaster@opencascade.com>
Fri, 22 Sep 2017 08:51:47 +0000 (11:51 +0300)
commitd68b195fb67693b8286498776fd8a3fb9d11e7a7
tree6a3be95e9a74a195ab3aeb427f291fe02dec3ba7
parenta2560cc90c28e02e6918cb1a30b5dba5f6fdc78d
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]