Logical functor (predicate) "Free edges". More...
import "SMESH_Filter.idl";

Data Structures | |
| struct | Border |
Public Types | |
| typedef sequence< Border > | Borders |
Public Member Functions | |
| Borders | GetBorders () |
| boolean | IsSatisfy (in long thEntityId) |
| void | SetMesh (in SMESH_Mesh theMesh) |
| FunctorType | GetFunctorType () |
| ElementType | GetElementType () |
Logical functor (predicate) "Free edges".
Verify whether 2D mesh element has free edges( i.e. edges connected to one face only )
Definition at line 294 of file SMESH_Filter.idl.
| typedef sequence<Border> SMESH.FreeEdges.Borders |
Definition at line 301 of file SMESH_Filter.idl.
| Borders SMESH.FreeEdges.GetBorders | ( | ) |
| ElementType SMESH.Functor.GetElementType | ( | ) | [inherited] |
| FunctorType SMESH.Functor.GetFunctorType | ( | ) | [inherited] |
| boolean SMESH.Predicate.IsSatisfy | ( | in long | thEntityId | ) | [inherited] |
| void SMESH.Functor.SetMesh | ( | in SMESH_Mesh | theMesh | ) | [inherited] |