]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
def GetMeshEditor(self):
authoreap <eap@opencascade.com>
Mon, 17 Sep 2012 10:23:15 +0000 (10:23 +0000)
committereap <eap@opencascade.com>
Mon, 17 Sep 2012 10:23:15 +0000 (10:23 +0000)
-        return self.mesh.GetMeshEditor()
+        return self.editor

src/SMESH_SWIG/smeshDC.py

index 05e122a273d02ab68362a2cc5748ef2ca52c2db7..568c7c9efdbe4a48c76cb541b50e2c8c39679d3d 100644 (file)
@@ -1764,14 +1764,14 @@ class Mesh:
     #  @return an instance of SMESH_MeshEditor
     #  @ingroup l1_modifying
     def GetMeshEditor(self):
-        return self.mesh.GetMeshEditor()
+        return self.editor
 
     ## Wrap a list of IDs of elements or nodes into SMESH_IDSource which
     #  can be passed as argument to a method accepting mesh, group or sub-mesh
     #  @return an instance of SMESH_IDSource
     #  @ingroup l1_auxiliary
     def GetIDSource(self, ids, elemType):
-        return self.GetMeshEditor().MakeIDSource(ids, elemType)
+        return self.editor.MakeIDSource(ids, elemType)
 
     ## Gets MED Mesh
     #  @return an instance of SALOME_MED::MESH