Version: 8.3.0
SMESH::EqualNodes Interface Reference

Logical functor (predicate) "Equal Nodes". More...

import "SMESH_Filter.idl";

Inheritance diagram for SMESH::EqualNodes:

Public Member Functions

void SetTolerance (in double theToler)
 
double GetTolerance ()
 
boolean IsSatisfy (in long thEntityId)
 
long NbSatisfying (in SMESH::SMESH_IDSource obj)
 
void SetMesh (in SMESH_Mesh theMesh)
 
FunctorType GetFunctorType ()
 
ElementType GetElementType ()
 

Detailed Description

Logical functor (predicate) "Equal Nodes".

Verify whether there is another mesh node with same coordinates

Member Function Documentation

ElementType SMESH::Functor::GetElementType ( )
inherited
FunctorType SMESH::Functor::GetFunctorType ( )
inherited
double SMESH::EqualNodes::GetTolerance ( )
boolean SMESH::Predicate::IsSatisfy ( in long  thEntityId)
inherited
long SMESH::Predicate::NbSatisfying ( in SMESH::SMESH_IDSource  obj)
inherited
void SMESH::Functor::SetMesh ( in SMESH_Mesh  theMesh)
inherited
void SMESH::EqualNodes::SetTolerance ( in double  theToler)