Version: 9.12.0
SMESH::GroupColor Interface Reference

Predicate "Group Color" Returns color of group to which mesh element belongs to. More...

import"SMESH_Filter.idl";

Inheritance diagram for SMESH::GroupColor:

Public Member Functions

void SetElementType (in ElementType theType)
 
void SetColorStr (in string theColor)
 
string GetColorStr ()
 
boolean IsSatisfy (in long thEntityId)
 
long NbSatisfying (in SMESH::SMESH_IDSource obj)
 
void SetMesh (in SMESH_Mesh theMesh)
 
FunctorType GetFunctorType ()
 
ElementType GetElementType ()
 

Detailed Description

Predicate "Group Color" Returns color of group to which mesh element belongs to.

Member Function Documentation

◆ GetColorStr()

string SMESH::GroupColor::GetColorStr ( )

◆ GetElementType()

ElementType SMESH::Functor::GetElementType ( )
inherited

◆ GetFunctorType()

FunctorType SMESH::Functor::GetFunctorType ( )
inherited

◆ IsSatisfy()

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

◆ NbSatisfying()

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

◆ SetColorStr()

void SMESH::GroupColor::SetColorStr ( in string  theColor)

◆ SetElementType()

void SMESH::GroupColor::SetElementType ( in ElementType  theType)

◆ SetMesh()

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