]> OCCT Git - occt.git/commit
0030075: [REGRESSION] Shape Healing - Regression after implementation of fix for...
authorskl <skl@opencascade.com>
Wed, 25 Nov 2020 10:55:12 +0000 (13:55 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 4 Dec 2020 15:50:19 +0000 (18:50 +0300)
commitb735354545fa3bb1c45bc968ee0e2290998da147
tree098b3606c4802c8064edccacc8bed53dc59a699a
parent607855094458c6618af58b64d76c2f47fa7b8e08
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.
src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx
tests/bugs/step/bug55