SMESH_MeshPartDS partDS( meshPart );
_impl->ExportCGNS(file, &partDS);
- TPythonDump() << _this() << ".ExportCGNS( r'"
- << file << "', " << overwrite << ", "<< meshPart<< ")";
+ TPythonDump() << _this() << ".ExportCGNS( "
+ << meshPart<< ", r'" << file << "', " << overwrite << ")";
#else
THROW_SALOME_CORBA_EXCEPTION("CGNS library is unavailable", SALOME::INTERNAL_ERROR);
#endif
SMESH_MeshPartDS partDS( meshPart );
_impl->ExportGMF(file, &partDS);
- TPythonDump() << _this() << ".ExportGMF( r'"
- << file << "', "<< meshPart<< ")";
+ TPythonDump() << _this() << ".ExportGMF( " << meshPart<< ", r'" << file << "')";
}
//=============================================================================
// END Implementation of SMESH_MeshPartDS
//
//================================================================================
+
+