Salome HOME
0021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
authoreap <eap@opencascade.com>
Wed, 7 Nov 2012 13:20:51 +0000 (13:20 +0000)
committereap <eap@opencascade.com>
Wed, 7 Nov 2012 13:20:51 +0000 (13:20 +0000)
   Create _pyMesh for CreateMeshesFromGMF() command

src/SMESH_I/SMESH_2smeshpy.cxx

index e62d2bc657478b4327bf4c43964977ea71a54647..05e266c386252ed71fcaa1aefd39d892aadaf8d0 100644 (file)
@@ -760,7 +760,9 @@ void _pyGen::Process( const Handle(_pyCommand)& theCommand )
     myMeshes.insert( make_pair( mesh->GetID(), mesh ));
     return;
   }
-  if( method == "CreateMeshesFromMED" || method == "CreateMeshesFromSAUV")
+  if( method == "CreateMeshesFromMED" ||
+      method == "CreateMeshesFromSAUV"||
+      method == "CreateMeshesFromGMF" )
   {
     for(int ind = 0;ind<theCommand->GetNbResultValues();ind++)
     {