Version: 8.3.0
SMESH::FreeEdges Interface Reference

Logical functor (predicate) "Free edges". More...

import "SMESH_Filter.idl";

Inheritance diagram for SMESH::FreeEdges:

Data Structures

struct  Border
 

Public Types

typedef sequence< BorderBorders
 

Public Member Functions

Borders GetBorders ()
 
boolean IsSatisfy (in long thEntityId)
 
long NbSatisfying (in SMESH::SMESH_IDSource obj)
 
void SetMesh (in SMESH_Mesh theMesh)
 
FunctorType GetFunctorType ()
 
ElementType GetElementType ()
 

Detailed Description

Logical functor (predicate) "Free edges".

Verify whether 2D mesh element has free edges( i.e. edges connected to one face only )

Member Typedef Documentation

typedef sequence<Border> SMESH::FreeEdges::Borders

Member Function Documentation

Borders SMESH::FreeEdges::GetBorders ( )
ElementType SMESH::Functor::GetElementType ( )
inherited
FunctorType SMESH::Functor::GetFunctorType ( )
inherited
boolean SMESH::Predicate::IsSatisfy ( in long  thEntityId)
inherited
long SMESH::Predicate::NbSatisfying ( in SMESH::SMESH_IDSource  obj)
inherited
void SMESH::Functor::SetMesh ( in SMESH_Mesh  theMesh)
inherited