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-Tag: V9_0_0~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a4434e71dbc5760d8ae8d26a0450e6788f30918d;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 44e7ec508..c0538f463 100644 --- a/src/SalomeApp/pluginsdemo/tubebuilder.py +++ b/src/SalomeApp/pluginsdemo/tubebuilder.py @@ -104,7 +104,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) #