From: vsr Date: Wed, 15 Feb 2017 11:59:43 +0000 (+0300) Subject: 0021803: EDF 2351 : Available versions of MED in TUI function ExportMED aren't consis... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6b96b8acd7be7dd8157a8e680fbac07917c62896;p=modules%2Fgui.git 0021803: EDF 2351 : Available versions of MED in TUI function ExportMED aren't consistent with GUI behavior Update according changes of SMESH API. --- diff --git a/src/SalomeApp/pluginsdemo/tubebuilder.py b/src/SalomeApp/pluginsdemo/tubebuilder.py index 3fcb8c639..b9343c050 100644 --- a/src/SalomeApp/pluginsdemo/tubebuilder.py +++ b/src/SalomeApp/pluginsdemo/tubebuilder.py @@ -106,7 +106,7 @@ def exportModel(mesh, filename): ''' print "TUBE: exporting mesh to file %s ..."%filename import SMESH - mesh.ExportMED(filename, 0, SMESH.MED_V2_2, 1 ) + mesh.ExportMED(filename) #