From a4434e71dbc5760d8ae8d26a0450e6788f30918d Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 15 Feb 2017 14:59:43 +0300 Subject: [PATCH] 0021803: EDF 2351 : Available versions of MED in TUI function ExportMED aren't consistent with GUI behavior Update according changes of SMESH API. --- src/SalomeApp/pluginsdemo/tubebuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) # -- 2.39.2