Functor "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) |
| void | SetMesh (in SMESH_Mesh theMesh) |
| FunctorType | GetFunctorType () |
| ElementType | GetElementType () |
Functor "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.
Definition at line 399 of file SMESH_Filter.idl.
| ElementType SMESH.Functor.GetElementType | ( | ) | [inherited] |
| FunctorType SMESH.Functor.GetFunctorType | ( | ) | [inherited] |
| boolean SMESH.Predicate.IsSatisfy | ( | in long | thEntityId | ) | [inherited] |
| void SMESH.CoplanarFaces.SetFace | ( | in long | theFaceID | ) |
| void SMESH.Functor.SetMesh | ( | in SMESH_Mesh | theMesh | ) | [inherited] |
| void SMESH.CoplanarFaces.SetTolerance | ( | in double | theToler | ) |