Version: 9.16.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

◆ GetElementType()

ElementType SMESH::Functor::GetElementType ( )
inherited

◆ GetFunctorType()

FunctorType SMESH::Functor::GetFunctorType ( )
inherited

◆ IsSatisfy()

boolean SMESH::Predicate::IsSatisfy ( in long  thEntityId)
inherited

◆ NbSatisfying()

long SMESH::Predicate::NbSatisfying ( in SMESH::SMESH_IDSource  obj)
inherited

◆ SetFace()

void SMESH::CoplanarFaces::SetFace ( in long  theFaceID)

◆ SetMesh()

void SMESH::Functor::SetMesh ( in SMESH_Mesh  theMesh)
inherited

◆ SetTolerance()

void SMESH::CoplanarFaces::SetTolerance ( in double  theToler)