Filter.
More...
import"SMESH_Filter.idl";
|
| struct | Criterion |
| | Structure containing information about one criterion Type - FT_Taper, FT_Skew ... Compare - FT_LessThan, FT_MoreThan, FT_EqualTo Threshold - threshold value UnaryOp - unary logical operation: FT_LogicalNOT or FT_Undefined BinaryOp - binary logical operation FT_LogicalAND, FT_LogicalOR or (FT_Undefined must be for the last criterion) ThresholdStr - Threshold value defined as string. More...
|
| |
◆ Criteria
◆ GetCriteria()
| boolean SMESH::Filter::GetCriteria |
( |
out Criteria |
theCriteria | ) |
|
◆ GetElementsId()
◆ GetElementsIdFromParts()
◆ GetElementType()
◆ GetIDs()
Returns a sequence of all element IDs.
◆ GetMesh()
◆ GetMeshInfo()
Returns number of mesh elements of each EntityType.
- Returns
- array of number of elements per EntityType
◆ GetNbElementsByType()
Returns number of mesh elements of each ElementType.
- Returns
- array of number of elements per ElementType
◆ GetPredicate()
◆ GetTypes()
Returns types of elements it contains.
It's empty if the SMESH_IDSource contains no IDs
◆ GetVtkUgStream()
| SALOMEDS::TMPFile SMESH::SMESH_IDSource::GetVtkUgStream |
( |
| ) |
|
|
inherited |
Returns mesh unstructed grid information.
◆ IsMeshInfoCorrect()
| boolean SMESH::SMESH_IDSource::IsMeshInfoCorrect |
( |
| ) |
|
|
inherited |
Returns false if GetMeshInfo() returns incorrect information that may happen if mesh data is not yet fully loaded from the file of study.
◆ SetCriteria()
| boolean SMESH::Filter::SetCriteria |
( |
in Criteria |
theCriteria | ) |
|
◆ SetMesh()
| void SMESH::Filter::SetMesh |
( |
in SMESH_Mesh |
theMesh | ) |
|
◆ SetPredicate()
| void SMESH::Filter::SetPredicate |
( |
in Predicate |
thePredicate | ) |
|