Logical functor (predicate) "Belong To Geometry".
More...
import "SMESH_Filter.idl";
Detailed Description
Logical functor (predicate) "Belong To Geometry".
Verify whether mesh element or node belong to pointed Geom Object
Definition at line 200 of file SMESH_Filter.idl.
Member Function Documentation
| ElementType SMESH.Functor.GetElementType |
( |
| ) |
[inherited] |
| FunctorType SMESH.Functor.GetFunctorType |
( |
| ) |
[inherited] |
| string SMESH.BelongToGeom.GetShapeID |
( |
| ) |
|
| string SMESH.BelongToGeom.GetShapeName |
( |
| ) |
|
| double SMESH.BelongToGeom.GetTolerance |
( |
| ) |
|
| boolean SMESH.Predicate.IsSatisfy |
( |
in long |
thEntityId | ) |
[inherited] |
| void SMESH.BelongToGeom.SetElementType |
( |
in ElementType |
theType | ) |
|
| void SMESH.BelongToGeom.SetGeom |
( |
in GEOM::GEOM_Object |
theGeom | ) |
|
| void SMESH.Functor.SetMesh |
( |
in SMESH_Mesh |
theMesh | ) |
[inherited] |
| void SMESH.BelongToGeom.SetShape |
( |
in string |
theID, |
|
|
in string |
theName |
|
) |
| |
| void SMESH.BelongToGeom.SetShapeName |
( |
in string |
theName | ) |
|
| void SMESH.BelongToGeom.SetTolerance |
( |
in double |
theToler | ) |
|
The tolerance is used only if there is no submesh on the shape.