Version: 9.16.0
SMESH::BelongToMeshGroup Interface Reference

Logical functor (predicate) "Belong To Mesh Group". More...

import"SMESH_Filter.idl";

Inheritance diagram for SMESH::BelongToMeshGroup:

Public Member Functions

void SetGroup (in SMESH::SMESH_GroupBase theGroup)
 
void SetGroupID (in string theID)
 
SMESH::SMESH_GroupBase GetGroup ()
 
boolean IsSatisfy (in long thEntityId)
 
long NbSatisfying (in SMESH::SMESH_IDSource obj)
 
void SetMesh (in SMESH_Mesh theMesh)
 
FunctorType GetFunctorType ()
 
ElementType GetElementType ()
 

Detailed Description

Logical functor (predicate) "Belong To Mesh Group".

Verify whether a mesh element is included into a mesh group

Member Function Documentation

◆ GetElementType()

ElementType SMESH::Functor::GetElementType ( )
inherited

◆ GetFunctorType()

FunctorType SMESH::Functor::GetFunctorType ( )
inherited

◆ GetGroup()

SMESH::SMESH_GroupBase SMESH::BelongToMeshGroup::GetGroup ( )

◆ IsSatisfy()

boolean SMESH::Predicate::IsSatisfy ( in long  thEntityId)
inherited

◆ NbSatisfying()

long SMESH::Predicate::NbSatisfying ( in SMESH::SMESH_IDSource  obj)
inherited

◆ SetGroup()

void SMESH::BelongToMeshGroup::SetGroup ( in SMESH::SMESH_GroupBase  theGroup)

◆ SetGroupID()

void SMESH::BelongToMeshGroup::SetGroupID ( in string  theID)

◆ SetMesh()

void SMESH::Functor::SetMesh ( in SMESH_Mesh  theMesh)
inherited