Version: 8.3.0
Home
 All Data Structures Namespaces Files Functions Variables Groups
meshEditor Class Reference

Private class used to compensate change of CORBA API of SMESH_MeshEditor for backward compatibility with old dump scripts which call SMESH_MeshEditor directly and not via smeshBuilder.Mesh. More...

Inheritance diagram for meshEditor:
Inheritance graph

Public Member Functions

def __init__
 
def __getattr__
 
def __deepcopy__
 
def FindCoincidentNodes
 
def FindCoincidentNodesOnPart
 
def MergeNodes
 

Data Fields

 mesh
 

Detailed Description

Private class used to compensate change of CORBA API of SMESH_MeshEditor for backward compatibility with old dump scripts which call SMESH_MeshEditor directly and not via smeshBuilder.Mesh.

Constructor & Destructor Documentation

def __init__ (   self)

Member Function Documentation

def __getattr__ (   self,
  name 
)
def __deepcopy__ (   self,
  memo = None 
)
def FindCoincidentNodes (   self,
  args 
)
def FindCoincidentNodesOnPart (   self,
  args 
)
def MergeNodes (   self,
  args 
)

Field Documentation

mesh