Merge branch 'master' into V7_5_BR

This commit is contained in:
vsr 2014-11-14 14:15:23 +03:00
commit 707703a9f4

View File

@ -726,7 +726,7 @@ namespace {
{ {
case SMDS_TOP_FACE: case SMDS_TOP_FACE:
{ {
if ( nbOkPos < 10 ) break; if ( nbOkPos > 10 ) break;
gp_XY uv = helper.GetNodeUV( tgtFace, n ), uvBis = uv; gp_XY uv = helper.GetNodeUV( tgtFace, n ), uvBis = uv;
if (( helper.CheckNodeUV( tgtFace, n, uv, tol )) && if (( helper.CheckNodeUV( tgtFace, n, uv, tol )) &&
(( uv - uvBis ).SquareModulus() < tol2d )) (( uv - uvBis ).SquareModulus() < tol2d ))