]> OCCT Git - occt.git/commit
0027110: Regression: Draw command "parameters" can not compute parameter on the line.
authorifv <ifv@opencascade.com>
Tue, 26 Jan 2016 13:56:23 +0000 (16:56 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 4 Feb 2016 10:29:29 +0000 (13:29 +0300)
commite2ca538ae6a34dc2e4181ff13e276e9709e9807b
tree813a0f8206a60ed7c8659acba7459c44f67fabb6
parent671b6fe0cc4cd7229d3d09886c1166b0fe94fe91
0027110: Regression: Draw command "parameters" can not compute parameter on the line.

Useless variable MAXTOLERANCEGEOM is removed in order to allow to place point at any distance from curve/surface.
Algorithm is simplified: particular calculations for analytical geometry are removed, only using of Extrema_... is kept.

Test case for issue #27110
src/GeomLib/GeomLib_Tool.cxx
src/GeomLib/GeomLib_Tool.hxx
tests/bugs/modalg_6/bug27110 [new file with mode: 0644]