]> OCCT Git - occt-copy.git/commit
0027299: Incorrect result of the normal projection algorithm CR0-690-FixCD
authoraml <aml@opencascade.com>
Fri, 25 Mar 2016 10:10:12 +0000 (13:10 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 7 Apr 2016 08:10:58 +0000 (11:10 +0300)
commit79168b6678e422c2e33854b0585143953ed22389
tree34a797ef76abadf1e53f866b51fe74e5cfe6cd07
parenteb58d641022cc394debd87838d2dce82066ff0bb
0027299: Incorrect result of the normal projection algorithm

Curve splitting is added to handle seam passing by initial curve.
test cases are added.

Minor corrections.

0026044: Optimize math_GlobOptMin class to enter options for solutions of some specified problems

Possibility to search single optimum added.

Additional backporting to improve performance.
12 files changed:
src/Extrema/Extrema_ExtCC.cdl
src/Extrema/Extrema_ExtCC.cxx
src/Extrema/Extrema_ExtCC2d.cdl
src/Extrema/Extrema_ExtCC2d.cxx
src/Extrema/Extrema_GenExtCC.cdl
src/Extrema/Extrema_GenExtCC.gxx
src/ProjLib/ProjLib_CompProjectedCurve.cxx
src/math/math_GlobOptMin.cxx
src/math/math_GlobOptMin.hxx
tests/bugs/moddata_3/bug27299_1 [new file with mode: 0644]
tests/bugs/moddata_3/bug27299_2 [new file with mode: 0644]
tests/bugs/moddata_3/bug27299_3 [new file with mode: 0644]