mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 18:40:34 +05:00
Merge branch 'master' into V7_5_BR
This commit is contained in:
commit
707703a9f4
@ -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 ))
|
||||||
|
Loading…
Reference in New Issue
Block a user