occt: master 191478a5

Author Committer Branch Timestamp Parent
nbv bugmaster master 2014-01-15 06:56:16 master e9224045
Changeset 0024427: Wrong section curves

Incorrect curve is got after Decompose method applying. This method's using should be restrict.
Decomposition is required if intersection curve contains some parts, where U-parameter on quadric surface changes too sharply.

Decompose method is called for Cone and Sphere only (it does not require for Cylinder).

Comments are changed by jgv.

Test case for issue CR24427

Added test case bugs/moddata_3/bug24427_2

Compiler warning is liquidated.
Test is corrected.
mod - src/IntPatch/IntPatch_ImpPrmIntersection.cxx Diff File
mod - src/IntStart/IntStart_SearchOnBoundaries.gxx Diff File
mod - tests/bugs/modalg_4/bug825 Diff File
add - tests/bugs/moddata_3/bug24427_1 Diff File
add - tests/bugs/moddata_3/bug24427_2 Diff File