Version: 8.3.0
SMESH::CoplanarFaces Interface Reference

Predicate "Coplanar faces" Returns true if a mesh face is a coplanar neighbour to a given one. More...

import "SMESH_Filter.idl";

Inheritance diagram for SMESH::CoplanarFaces:

Public Member Functions

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

Detailed Description

Predicate "Coplanar faces" Returns true if a mesh face is a coplanar neighbour to a given one.

It checks if normal of a face has angle with the threshold face less than a tolerance.

Member Function Documentation

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