]> OCCT Git - occt-copy.git/commit
0026224: Wrong result obtained by Common operator.
authorpkv <pkv@opencascade.com>
Thu, 21 May 2015 09:56:26 +0000 (12:56 +0300)
committerabv <abv@opencascade.com>
Fri, 21 Aug 2015 07:58:56 +0000 (10:58 +0300)
commitab1be48a6a2f206fe4a76ea96428190dc968e32f
tree1e8e91e89890e08bf81e4e4c61f3cde2d3a0b5fc
parentf00e46680f283e9ff0a34c5d523cd572c3753c81
0026224: Wrong result obtained by Common operator.

Changes:
class BOPTools_AlgoTools2D
 - method:
Standard_Integer BOPTools_AlgoTools2D::AttachExistingPCurve
(const TopoDS_Edge& aE2,
const TopoDS_Edge& aE1,
const TopoDS_Face& aF,
const Handle(IntTools_Context)& aCtx)
has been changed.
The treatment of the curves that need to be reversed has been modified
taking into account reversed parameter

Test case for issue CR26224
src/BOPTools/BOPTools_AlgoTools2D_1.cxx
tests/bugs/modalg_6/bug26224 [new file with mode: 0755]