Logical functor (predicate) "Belong To Cylinder".
More...
import "SMESH_Filter.idl";
Detailed Description
Logical functor (predicate) "Belong To Cylinder".
Verify whether mesh element lie on pointed Geom cylindrical object
Definition at line 250 of file SMESH_Filter.idl.
Member Function Documentation
| ElementType SMESH.Functor.GetElementType |
( |
| ) |
[inherited] |
| FunctorType SMESH.Functor.GetFunctorType |
( |
| ) |
[inherited] |
| string SMESH.BelongToSurface.GetShapeID |
( |
| ) |
[inherited] |
| string SMESH.BelongToSurface.GetShapeName |
( |
| ) |
[inherited] |
| double SMESH.BelongToSurface.GetTolerance |
( |
| ) |
[inherited] |
| boolean SMESH.BelongToSurface.GetUseBoundaries |
( |
| ) |
[inherited] |
| boolean SMESH.Predicate.IsSatisfy |
( |
in long |
thEntityId | ) |
[inherited] |
| void SMESH.BelongToCylinder.SetCylinder |
( |
in GEOM::GEOM_Object |
theGeom, |
|
|
in ElementType |
theType |
|
) |
| |
| void SMESH.Functor.SetMesh |
( |
in SMESH_Mesh |
theMesh | ) |
[inherited] |
| void SMESH.BelongToSurface.SetShape |
( |
in string |
theID, |
|
|
in string |
theName, |
|
|
in ElementType |
theType |
|
) |
| [inherited] |
| void SMESH.BelongToSurface.SetShapeName |
( |
in string |
theName, |
|
|
in ElementType |
theType |
|
) |
| [inherited] |
| void SMESH.BelongToSurface.SetTolerance |
( |
in double |
theToler | ) |
[inherited] |
| void SMESH.BelongToSurface.SetUseBoundaries |
( |
in boolean |
theUseBndRestrictions | ) |
[inherited] |
Limit surface extent to bounding box of boundaries (edges) in surface parametric space.
Boundaries are ignored by default