Salome HOME
Convert ExportGMF()
authoreap <eap@opencascade.com>
Mon, 15 Oct 2012 14:38:40 +0000 (14:38 +0000)
committereap <eap@opencascade.com>
Mon, 15 Oct 2012 14:38:40 +0000 (14:38 +0000)
src/SMESH_I/SMESH_2smeshpy.cxx

index 6734c0d2f5419bed23f3493fd9d18990be4c148f..fe4fc0c152f59d4fd7a8c34bd063c0ee506a1eaa 100644 (file)
@@ -1510,7 +1510,7 @@ void _pyMesh::Process( const Handle(_pyCommand)& theCommand )
          method == "ExportToMEDX" ) { // ExportToMEDX() --> ExportMED()
       theCommand->SetMethod( "ExportMED" );
     }
-    else if ( method == "ExportCGNS" )
+    else if ( method == "ExportCGNS" || method == "ExportGMF" )
     { // ExportCGNS(part, ...) -> ExportCGNS(..., part)
       _pyID partID = theCommand->GetArg( 1 );
       int nbArgs = theCommand->GetNbArgs();