SMESH.BelongToSurface Interface Reference

import "SMESH_Filter.idl";

Inheritance diagram for SMESH.BelongToSurface:

Inheritance graph

Public Member Functions

void SetTolerance (in double theToler)
double GetTolerance ()
void SetShapeName (in string theName, in ElementType theType)
void SetShape (in string theID, in string theName, in ElementType theType)
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 Surface". Base interface for "belong to plane" and "belong to cylinder interfaces"


Member Function Documentation

void SMESH.BelongToSurface.SetTolerance in double  theToler  ) 
 

double SMESH.BelongToSurface.GetTolerance  ) 
 

void SMESH.BelongToSurface.SetShapeName in string  theName,
in ElementType  theType
 

void SMESH.BelongToSurface.SetShape in string  theID,
in string  theName,
in ElementType  theType
 

string SMESH.BelongToSurface.GetShapeName  ) 
 

string SMESH.BelongToSurface.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]