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. | |
| double | GetTolerance () |
| void | SetShapeName (in string theName) |
| void | SetShape (in string theID, in string theName) |
| string | GetShapeName () |
| string | GetShapeID () |
| boolean | IsSatisfy (in long thEntityId) |
| 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
Definition at line 268 of file SMESH_Filter.idl.
| ElementType SMESH.Functor.GetElementType | ( | ) | [inherited] |
| FunctorType SMESH.Functor.GetFunctorType | ( | ) | [inherited] |
| string SMESH.LyingOnGeom.GetShapeID | ( | ) |
| string SMESH.LyingOnGeom.GetShapeName | ( | ) |
| double SMESH.LyingOnGeom.GetTolerance | ( | ) |
| boolean SMESH.Predicate.IsSatisfy | ( | in long | thEntityId | ) | [inherited] |
| void SMESH.LyingOnGeom.SetElementType | ( | in ElementType | theType | ) |
| void SMESH.LyingOnGeom.SetGeom | ( | in GEOM::GEOM_Object | theGeom | ) |
| void SMESH.Functor.SetMesh | ( | in SMESH_Mesh | theMesh | ) | [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.