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...

Public Member Functions | |
| def | __init__ |
| def | __getattr__ |
| def | __deepcopy__ |
| def | FindCoincidentNodes |
| def | FindCoincidentNodesOnPart |
| def | MergeNodes |
Data Fields | |
| mesh | |
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.
| def __init__ | ( | self | ) |
| def __getattr__ | ( | self, | |
| name | |||
| ) |
References Mesh.mesh, submeshProxy.mesh, and meshEditor.mesh.
| def __deepcopy__ | ( | self, | |
memo = None |
|||
| ) |
| def FindCoincidentNodes | ( | self, | |
| args | |||
| ) |
| def FindCoincidentNodesOnPart | ( | self, | |
| args | |||
| ) |
| def MergeNodes | ( | self, | |
| args | |||
| ) |
| mesh |