SMESH.BelongToGeom Interface Reference

import "SMESH_Filter.idl";

Inheritance diagram for SMESH.BelongToGeom:

Inheritance graph

Public Member Functions

void SetGeom (in GEOM::GEOM_Object theGeom)
void SetElementType (in ElementType theType)
void SetShapeName (in string theName)
void SetShape (in string theID, in string theName)
string GetShapeName ()
string GetShapeID ()
boolean IsSatisfy (in long thEntityId)
void SetMesh (in SMESH_Mesh theMesh)
FunctorType GetFunctorType ()
ElementType GetElementType ()

Detailed Description

Logical functor (predicate) "Belong To Geometry". Verify whether mesh element or node belong to pointed Geom Object


Member Function Documentation

void SMESH.BelongToGeom.SetGeom in GEOM::GEOM_Object  theGeom  ) 
 

void SMESH.BelongToGeom.SetElementType in ElementType  theType  ) 
 

void SMESH.BelongToGeom.SetShapeName in string  theName  ) 
 

void SMESH.BelongToGeom.SetShape in string  theID,
in string  theName
 

string SMESH.BelongToGeom.GetShapeName  ) 
 

string SMESH.BelongToGeom.GetShapeID  ) 
 

boolean SMESH.Predicate.IsSatisfy in long  thEntityId  )  [inherited]
 

void SMESH.Functor.SetMesh in SMESH_Mesh  theMesh  )  [inherited]
 

FunctorType SMESH.Functor.GetFunctorType  )  [inherited]
 

ElementType SMESH.Functor.GetElementType  )  [inherited]