mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
Convert ExportGMF()
This commit is contained in:
parent
252161f517
commit
c53c4defde
@ -1510,7 +1510,7 @@ void _pyMesh::Process( const Handle(_pyCommand)& theCommand )
|
||||
method == "ExportToMEDX" ) { // ExportToMEDX() --> ExportMED()
|
||||
theCommand->SetMethod( "ExportMED" );
|
||||
}
|
||||
else if ( method == "ExportCGNS" )
|
||||
else if ( method == "ExportCGNS" || method == "ExportGMF" )
|
||||
{ // ExportCGNS(part, ...) -> ExportCGNS(..., part)
|
||||
_pyID partID = theCommand->GetArg( 1 );
|
||||
int nbArgs = theCommand->GetNbArgs();
|
||||
|
Loading…
Reference in New Issue
Block a user