occt: master b7353545

Author Committer Branch Timestamp Parent
skl bugmaster master 2020-11-25 10:55:12 master 60785509
Affected Issues  0030075: [REGRESSION] Shape Healing - Regression after implementation of fix for bug 28694.
Changeset 0030075: [REGRESSION] Shape Healing - Regression after implementation of fix for bug 28694.

Detect situation when U or V parameter has a big jump between two neighbour 2D points (diffX > 0.95*(Umax-Umin) or diffY > 0.95*(Vmax-Vmin)).
Additionaly surface must BSpline and distance between corresponding 3D points must be less than given precision.
For set of 2D points contains such jump method InsertAdditionalPointOrAdjust() is performed.
mod - src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx Diff File
mod - tests/bugs/step/bug55 Diff File