]> OCCT Git - occt-copy.git/commit
0028221: General Fuse operation error
authormsv <msv@opencascade.com>
Thu, 22 Dec 2016 09:43:48 +0000 (12:43 +0300)
committerrnv <rnv@opencascade.com>
Mon, 13 Mar 2017 08:35:33 +0000 (11:35 +0300)
commit3c0d0ff7a0bb4f337beb99977e162a079d38d817
tree9b6c0d7c3e45d25be4ce5f1f20afe14ad00e6567
parent46c3e95ee2b3f95d4dc84512af638f61a01164f8
0028221: General Fuse operation error

The method BOPTools_AlgoTools2D::AttachExistingPCurve has been corrected so that
to call BRepLib::SameParameter not on the target edge with the whole set of pcurves,
but rather on a temporary edge with 3D curve and copied pcurve only.
After that the updated pcurve is transferred to the target edge.

Small correction of test case for issue CR28221
src/BOPTools/BOPTools_AlgoTools2D_1.cxx
tests/bugs/modalg_6/bug28221 [new file with mode: 0644]