]> OCCT Git - occt.git/commit
0028221: General Fuse operation error
authormsv <msv@opencascade.com>
Thu, 22 Dec 2016 09:43:48 +0000 (12:43 +0300)
committerapn <apn@opencascade.com>
Thu, 22 Dec 2016 09:44:05 +0000 (12:44 +0300)
commit4e66868ad7664b71eda2d26f0bb2599949ace5c0
tree9911abea6fa7202accd7ebceee5bf000b5d0f017
parenta061150b0b9df4af6f9f123822991e9deed3d345
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]