Logical functor (predicate) "Lying On Geometry". More...
import "SMESH_Filter.idl";

Public Member Functions | |
| void | SetGeom (in GEOM::GEOM_Object theGeom) |
| void | SetElementType (in ElementType theType) |
| void | SetTolerance (in double theToler) |
| The tolerance is used only if there is no submesh on the shape. More... | |
| double | GetTolerance () |
| void | SetShapeName (in string theName) |
| void | SetShape (in string theID, in string theName) |
| string | GetShapeName () |
| string | GetShapeID () |
| boolean | IsSatisfy (in long thEntityId) |
| long | NbSatisfying (in SMESH::SMESH_IDSource obj) |
| void | SetMesh (in SMESH_Mesh theMesh) |
| FunctorType | GetFunctorType () |
| ElementType | GetElementType () |
Logical functor (predicate) "Lying On Geometry".
Verify whether mesh element or node lying or partially lying on the pointed Geom Object
|
inherited |
|
inherited |
| string SMESH::LyingOnGeom::GetShapeID | ( | ) |
| string SMESH::LyingOnGeom::GetShapeName | ( | ) |
| double SMESH::LyingOnGeom::GetTolerance | ( | ) |
|
inherited |
|
inherited |
| void SMESH::LyingOnGeom::SetElementType | ( | in ElementType | theType | ) |
| void SMESH::LyingOnGeom::SetGeom | ( | in GEOM::GEOM_Object | theGeom | ) |
|
inherited |
| void SMESH::LyingOnGeom::SetShape | ( | in string | theID, |
| in string | theName | ||
| ) |
| void SMESH::LyingOnGeom::SetShapeName | ( | in string | theName | ) |
| void SMESH::LyingOnGeom::SetTolerance | ( | in double | theToler | ) |
The tolerance is used only if there is no submesh on the shape.