mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 02:40:32 +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 ));
|
myMeshes.insert( make_pair( mesh->GetID(), mesh ));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if( method == "CreateMeshesFromMED" || method == "CreateMeshesFromSAUV")
|
if( method == "CreateMeshesFromMED" ||
|
||||||
|
method == "CreateMeshesFromSAUV"||
|
||||||
|
method == "CreateMeshesFromGMF" )
|
||||||
{
|
{
|
||||||
for(int ind = 0;ind<theCommand->GetNbResultValues();ind++)
|
for(int ind = 0;ind<theCommand->GetNbResultValues();ind++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user