0028982: 2D offset creates faulty result from wire
authoremv <emv@opencascade.com>
Tue, 8 Aug 2017 08:20:57 +0000 (11:20 +0300)
committerbugmaster <bugmaster@opencascade.com>
Wed, 9 Aug 2017 15:11:03 +0000 (18:11 +0300)
commita318d719e7f537611e26135f3b20ce24622a23fe
tree150110c47daf0ce6760c2a58abcde950a2e6146b
parent9d8e074451a01cbcfa103bbc168675e76eeec0e0
0028982: 2D offset creates faulty result from wire

Protection of the Edge/Edge intersection algorithm (IntTools_EdgeEdge) from incomplete type conversion due to presence of the Trimmed curves by using Adaptors for getting typed curves instead of direct casting.

Test case for the issue.
src/IntTools/IntTools_EdgeEdge.cxx
tests/bugs/modalg_7/bug28982 [new file with mode: 0644]