Version: 9.16.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 smIdType 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

◆ ThresholdType

Enumerator
POINT 
VERTEX 
NODE 
NONE 

Member Function Documentation

◆ GetElementType()

ElementType SMESH::Functor::GetElementType ( )
inherited

◆ GetFunctorType()

FunctorType SMESH::Functor::GetFunctorType ( )
inherited

◆ GetThreshold()

string SMESH::ConnectedElements::GetThreshold ( out ThresholdType  type)

◆ IsSatisfy()

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

◆ NbSatisfying()

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

◆ SetElementType()

void SMESH::ConnectedElements::SetElementType ( in ElementType  type)

◆ SetMesh()

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

◆ SetNode()

void SMESH::ConnectedElements::SetNode ( in smIdType  nodeID)

◆ SetPoint()

void SMESH::ConnectedElements::SetPoint ( in double  x,
in double  y,
in double  z 
)

◆ SetThreshold()

void SMESH::ConnectedElements::SetThreshold ( in string  threshold,
in ThresholdType  type 
)
raises (SALOME::SALOME_Exception
)

◆ SetVertex()

void SMESH::ConnectedElements::SetVertex ( in GEOM::GEOM_Object  vertex)