]> OCCT Git - occt-copy.git/commit
0030217: Intersection between a circle and a line not detected WHEN TANGENT
authormaxsson <maxsson9@gmail.com>
Wed, 27 Feb 2019 10:39:26 +0000 (13:39 +0300)
committerazv <azv@opencascade.com>
Wed, 6 Mar 2019 03:00:59 +0000 (06:00 +0300)
commita4eda038a8b27d9d55a193ebe1d230776b8591aa
tree3d03562cf0716760b9b5ee2a859141967155380c
parent88b12b7c054a5beff84f64a5eaf1904dc1fcc87a
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/Extrema/Extrema_ExtCC.cxx
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]