]> OCCT Git - occt.git/commit
0030217: Intersection between a circle and a line not detected WHEN TANGENT CR30217_1
authormaxsson <maxsson9@gmail.com>
Wed, 27 Feb 2019 10:39:26 +0000 (13:39 +0300)
committerazv <azv@opencascade.com>
Fri, 29 Jul 2022 07:03:31 +0000 (10:03 +0300)
commit7fa7bd3f022d897cbce8fba228d5aed466810605
treefe4f0a8e5bb422607f4bf8c26b84df4c6cb2d5c0
parentcb8519be19a3533b741f016d703119320de72ea6
0030217: Intersection between a circle and a line not detected WHEN TANGENT

* 2D intersector takes into account the given tolerance when intersects line with circle.
* Extrema curve-curve executes parametric branch in case of analytical has given zero solutions.
* Command 'intersect' has been improved to show additional information about the area of tangency (start and end parameters on each curve).
src/GeomliteTest/GeomliteTest_API2dCommands.cxx
src/IntCurve/IntCurve_IntConicConic_1.cxx
tests/bugs/modalg_7/bug30217_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug30217_2 [new file with mode: 0644]
tests/bugs/modalg_7/bug30217_3 [new file with mode: 0644]
tests/bugs/modalg_7/bug30217_4 [new file with mode: 0644]