]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
0021803: EDF 2351 : Available versions of MED in TUI function ExportMED aren't consis... vsr/21803
authorvsr <vsr@opencascade.com>
Wed, 15 Feb 2017 11:59:43 +0000 (14:59 +0300)
committervsr <vsr@opencascade.com>
Wed, 15 Feb 2017 11:59:43 +0000 (14:59 +0300)
Update according changes of SMESH API.

src/SalomeApp/pluginsdemo/tubebuilder.py

index 3fcb8c6393558dca5b23a3d0e395041415f0a9d9..b9343c05057a2c723d908f092f23718df59e1ce6 100644 (file)
@@ -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)
 
 
 #