]> OCCT Git - occt-copy.git/commit
0026884: Cylinder/Cylinder intersection algorithm throws an exception
authornbv <nbv@opencascade.com>
Wed, 18 Nov 2015 08:01:12 +0000 (11:01 +0300)
committernbv <nbv@opencascade.com>
Mon, 22 May 2017 07:14:30 +0000 (10:14 +0300)
commit507dd6d5798795de8bc1b4d8b57c1ca8c9631cb3
tree2cb3b0d2a28428e5be86f1613ec26dda389936e7
parent074eb06e7a2845e9186cef3d08bfdb29240558fd
0026884: Cylinder/Cylinder intersection algorithm throws an exception

Check, if cylinder axes are parallel is made more carefully.
This check is brought to conformity with check if axes are parallel (see constructor AxeOperator::AxeOperator(...) in IntAna_QuadQuadGeo.cxx file)

Test case for issue CR26884

(cherry picked from commit ce48b00930ae801233d44228e5e1f5a193a5de82)
src/IntAna/IntAna_QuadQuadGeo.cxx
src/IntPatch/IntPatch_ImpImpIntersection_4.gxx
tests/bugs/moddata_3/bug26884 [new file with mode: 0644]