Version: 8.3.0
SMESH::ConnectedElements Interface Reference

Predicate "Connected Elements" Returns true if an element is connected via other elements to the element located at a given point. More...

import "SMESH_Filter.idl";

Inheritance diagram for SMESH::ConnectedElements:

Public Types

enum  ThresholdType { POINT, VERTEX, NODE, NONE }
 

Public Member Functions

void SetElementType (in ElementType type)
 
void SetPoint (in double x, in double y, in double z)
 
void SetVertex (in GEOM::GEOM_Object vertex)
 
void SetNode (in long nodeID)
 
string GetThreshold (out ThresholdType type)
 
void SetThreshold (in string threshold, in ThresholdType type) raises (SALOME::SALOME_Exception)
 
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 "Connected Elements" Returns true if an element is connected via other elements to the element located at a given point.

Member Enumeration Documentation

Enumerator
POINT 
VERTEX 
NODE 
NONE 

Member Function Documentation

ElementType SMESH::Functor::GetElementType ( )
inherited
FunctorType SMESH::Functor::GetFunctorType ( )
inherited
string SMESH::ConnectedElements::GetThreshold ( out ThresholdType  type)
boolean SMESH::Predicate::IsSatisfy ( in long  thEntityId)
inherited
long SMESH::Predicate::NbSatisfying ( in SMESH::SMESH_IDSource  obj)
inherited
void SMESH::ConnectedElements::SetElementType ( in ElementType  type)
void SMESH::Functor::SetMesh ( in SMESH_Mesh  theMesh)
inherited
void SMESH::ConnectedElements::SetNode ( in long  nodeID)
void SMESH::ConnectedElements::SetPoint ( in double  x,
in double  y,
in double  z 
)
void SMESH::ConnectedElements::SetThreshold ( in string  threshold,
in ThresholdType  type 
) raises (SALOME::SALOME_Exception)
void SMESH::ConnectedElements::SetVertex ( in GEOM::GEOM_Object  vertex)