Salome HOME
Implement better check for over-constrained volumes and faces
[modules/smesh.git] / doc / salome / gui / SMESH / input / importing_exporting_meshes.rst
index a11e36dbb67747b7b5d919f265dfe7d9a30cc515..fe9aa27f1ee0e97668f2b6e03f87710a66733dc0 100644 (file)
@@ -8,7 +8,6 @@ Importing and exporting meshes
 In MESH there is a functionality allowing import/export of meshes in the following formats:
 
 * **MED**,
-* **SAUV** (format of the CASTEM code),
 * **UNV** (I-DEAS 10),
 * **STL**, 
 * **CGNS**,
@@ -45,7 +44,7 @@ If you try to export a group, the warning will be shown:
 
 Only MED format supports all types of elements that can be created in the module. If you export a mesh or group that includes elements of types that are not supported by chosen format, you will be warned about that.
 
-There are additional parameters available at export to MED and SAUV format files.
+There are additional parameters available at export to MED format files.
 
 .. _export_auto_groups:
 
@@ -56,6 +55,8 @@ There are additional parameters available at export to MED and SAUV format files
   * **1D**: if all mesh nodes lie on OX coordinate axis. 
   * **2D**: if all mesh nodes lie in XOY coordinate plane. 
 
+* :ref:`Save cell/node numbers to MED file <med_export_numbers_pref>` preference controls whether node and cell numbers are saved.
+
 **See Also** a sample TUI Script of an :ref:`Export Mesh <tui_export_mesh>` operation.