]> OCCT Git - occt-copy.git/commit
0025782: The result of intersection between two cylinders is incorrect
authornbv <nbv@opencascade.com>
Wed, 11 Feb 2015 06:16:00 +0000 (09:16 +0300)
committervsr <vsr@opencascade.com>
Tue, 10 Mar 2015 12:08:46 +0000 (15:08 +0300)
commitde6d39c92a0fbf5bf489e907678ca6dae9f507ba
treef855c7e426f87022f312958fa9c4ca3f79ff0186
parent49dd2f7d9300ab903440397c61b31dc8b33587db
0025782: The result of intersection between two cylinders is incorrect

1. Cylinders are tangent to each other indeed. Fix processes this case.
2. Algorithm of intersection line computing (in case of cylinders with two parallel axes) has been changed.

Test cases for issue CR25782
src/IntAna/IntAna_QuadQuadGeo.cxx
tests/bugs/moddata_3/bug25782_1 [new file with mode: 0755]
tests/bugs/moddata_3/bug25782_2 [new file with mode: 0755]