Logical functor (predicate) "Is element Linear or Quadratic". More...
import "SMESH_Filter.idl";

Public Member Functions | |
| void | SetElementType (in ElementType theType) |
| boolean | IsSatisfy (in long thEntityId) |
| void | SetMesh (in SMESH_Mesh theMesh) |
| FunctorType | GetFunctorType () |
| ElementType | GetElementType () |
Logical functor (predicate) "Is element Linear or Quadratic".
Verify whether a mesh element is linear
Definition at line 371 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.LinearOrQuadratic.SetElementType | ( | in ElementType | theType | ) |
| void SMESH.Functor.SetMesh | ( | in SMESH_Mesh | theMesh | ) | [inherited] |