Predicate "Coplanar faces" Returns true if a mesh face is a coplanar neighbour to a given one. More...
import "SMESH_Filter.idl";
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 () |
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.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
void SMESH::CoplanarFaces::SetFace | ( | in long | theFaceID | ) |
|
inherited |
void SMESH::CoplanarFaces::SetTolerance | ( | in double | theToler | ) |