Predicate "Connected Elements" Returns true if an element is connected via other elements to the element located at a given point. More...
import "SMESH_Filter.idl";

Public Types | |
| enum | ThresholdType { POINT, VERTEX, NODE, NONE } |
Public Member Functions | |
| void | SetElementType (in ElementType type) |
| void | SetPoint (in double x, in double y, in double z) |
| void | SetVertex (in GEOM::GEOM_Object vertex) |
| void | SetNode (in long nodeID) |
| string | GetThreshold (out ThresholdType type) |
| void | SetThreshold (in string threshold, in ThresholdType type) raises (SALOME::SALOME_Exception) |
| boolean | IsSatisfy (in long thEntityId) |
| long | NbSatisfying (in SMESH::SMESH_IDSource obj) |
| void | SetMesh (in SMESH_Mesh theMesh) |
| FunctorType | GetFunctorType () |
| ElementType | GetElementType () |
Predicate "Connected Elements" Returns true if an element is connected via other elements to the element located at a given point.
|
inherited |
|
inherited |
| string SMESH::ConnectedElements::GetThreshold | ( | out ThresholdType | type | ) |
|
inherited |
|
inherited |
| void SMESH::ConnectedElements::SetElementType | ( | in ElementType | type | ) |
|
inherited |
| void SMESH::ConnectedElements::SetNode | ( | in long | nodeID | ) |
| void SMESH::ConnectedElements::SetPoint | ( | in double | x, |
| in double | y, | ||
| in double | z | ||
| ) |
| void SMESH::ConnectedElements::SetThreshold | ( | in string | threshold, |
| in ThresholdType | type | ||
| ) | raises (SALOME::SALOME_Exception) |
| void SMESH::ConnectedElements::SetVertex | ( | in GEOM::GEOM_Object | vertex | ) |