]> OCCT Git - occt.git/commit
0028692: Projection failed (projponf)
authorifv <ifv@opencascade.com>
Tue, 16 May 2017 14:37:13 +0000 (17:37 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 25 May 2017 08:37:04 +0000 (11:37 +0300)
commit8c745be5e052cf9ce994dedc47f59b7c66542db5
tree1a98aa86e5f3de727d817e75b7c1b56163b185c7
parentb493028765b080def002a7410e17710bf7db0404
0028692: Projection failed (projponf)

Tolerance criterion is improved:
P.SquareDistance(p1) < Tol -> P.SquareDistance(p1) < Tol*Tol
src/Extrema/Extrema_ExtPElS.cxx
tests/bugs/modalg_6/bug28692 [new file with mode: 0644]