From f49ad7283f3214ac8c48f5cd1be2f95a720368c0 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 7 Nov 2012 13:20:51 +0000 Subject: [PATCH] 0021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format) Create _pyMesh for CreateMeshesFromGMF() command --- src/SMESH_I/SMESH_2smeshpy.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/SMESH_I/SMESH_2smeshpy.cxx b/src/SMESH_I/SMESH_2smeshpy.cxx index e62d2bc65..05e266c38 100644 --- a/src/SMESH_I/SMESH_2smeshpy.cxx +++ b/src/SMESH_I/SMESH_2smeshpy.cxx @@ -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;indGetNbResultValues();ind++) { -- 2.39.2