mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 00:20:35 +05:00
- if ( myProjFace.IsDone() && myProjFace.LowerDistance() <= myTol );
+ if ( myProjFace.IsDone() && myProjFace.LowerDistance() <= myTol )
This commit is contained in:
parent
0115246c96
commit
54a7ed03b8
@ -3830,7 +3830,7 @@ bool ElementsOnShape::TClassifier::isOutOfSolid (const gp_Pnt& p)
|
||||
bool ElementsOnShape::TClassifier::isOutOfFace (const gp_Pnt& p)
|
||||
{
|
||||
myProjFace.Perform( p );
|
||||
if ( myProjFace.IsDone() && myProjFace.LowerDistance() <= myTol );
|
||||
if ( myProjFace.IsDone() && myProjFace.LowerDistance() <= myTol )
|
||||
{
|
||||
// check relatively to the face
|
||||
Quantity_Parameter u, v;
|
||||
|
Loading…
Reference in New Issue
Block a user