make SplitVolumesIntoTetra() dump as a method of Mesh

This commit is contained in:
eap 2012-07-30 07:34:54 +00:00
parent ae45216251
commit 5c3c22f91d

View File

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