occt: master e841c38c

Author Committer Branch Timestamp Parent
ifv apn master 2016-11-07 13:38:53 master 579f2938
Affected Issues  0028030: Algorith GeomLib_CheckCurveOnSurface takes too much time for Bspline curves with big number of knots
Changeset 0028030: Algorith GeomLib_CheckCurveOnSurface takes too much time for Bspline curves with big number of knots

Checking of number of knots is added. If number of knots more then allowed value, algorithm does not search distance between curves for each knot interval, but uses predefined sample point distribution.

This change was born in the scope of work on the issue 26329, but does not have direct connection to it. Therefore it has been postponed to be integrated later in its own context.

Test case for issue 0028030
mod - src/GeomLib/GeomLib_CheckCurveOnSurface.cxx Diff File
add - tests/bugs/modalg_6/bug28030 Diff File