Salome HOME
make SplitVolumesIntoTetra() dump as a method of Mesh
authoreap <eap@opencascade.com>
Mon, 30 Jul 2012 07:34:54 +0000 (07:34 +0000)
committereap <eap@opencascade.com>
Mon, 30 Jul 2012 07:34:54 +0000 (07:34 +0000)
src/SMESH_I/SMESH_2smeshpy.cxx

index a2f526ddb80ea70944f922fba6020d399631b1ee..88e7ba18279e2439925598ce20d8c95def973ef5 100644 (file)
@@ -1930,7 +1930,7 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand)
       "GetLastCreatedElems",
       "MirrorMakeMesh","MirrorObjectMakeMesh","TranslateMakeMesh",
       "TranslateObjectMakeMesh","RotateMakeMesh","RotateObjectMakeMesh","MakeBoundaryMesh",
-      "MakeBoundaryElements"
+      "MakeBoundaryElements", "SplitVolumesIntoTetra"
       ,"" }; // <- mark of the end
     sameMethods.Insert( names );
   }