Salome HOME
bos #26432 [CEA 26431] import/export SAUV removal
[modules/smesh.git] / idl / SMESH_Mesh.idl
index 7ee04ecee2b6a5ad40b2345c49073d7544242631..49e8f97cb4872235945b58c6391312cb3d1a6e6c 100644 (file)
@@ -714,18 +714,11 @@ module SMESH
                                        in double             ZTolerance,
                                        in boolean            saveNumbers) raises (SALOME::SALOME_Exception);
 
-    /*!
-     * Export Mesh to SAUV formatted file
-     * Write a temporary med file and use med2sauv
-     */
-    void ExportSAUV( in string file, in boolean auto_groups )
-      raises (SALOME::SALOME_Exception);
-    
     /*!
      * Return string representation of a MED file version comprising nbDigits
      */
     string GetVersionString(in long minor, in short nbDigits);
-    
+
     /*!
      *  Return the list of med versions compatibles for write/append,
      *  encoded in 10*major+minor (for instance, code for med 3.2.1 is 32)