From: eap Date: Mon, 30 Jul 2012 07:34:54 +0000 (+0000) Subject: make SplitVolumesIntoTetra() dump as a method of Mesh X-Git-Tag: V6_6_0a1~220 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5c3c22f91d5dd10bbf40c1336426d40997654152;p=modules%2Fsmesh.git make SplitVolumesIntoTetra() dump as a method of Mesh --- diff --git a/src/SMESH_I/SMESH_2smeshpy.cxx b/src/SMESH_I/SMESH_2smeshpy.cxx index a2f526ddb..88e7ba182 100644 --- a/src/SMESH_I/SMESH_2smeshpy.cxx +++ b/src/SMESH_I/SMESH_2smeshpy.cxx @@ -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 ); }