0021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)

Create _pyMesh for CreateMeshesFromGMF() command
This commit is contained in:
eap 2012-11-07 13:20:51 +00:00
parent 87905be5e7
commit f49ad7283f

View 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++)
{