mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 10:40:36 +05:00
0021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
Create _pyMesh for CreateMeshesFromGMF() command
This commit is contained in:
parent
87905be5e7
commit
f49ad7283f
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user