/*! \page importing_exporting_meshes_page Importing and exporting meshes \n In MESH there is a functionality allowing import/export of meshes from/to \b MED, \b UNV (I-DEAS 10), \b DAT (simple ascii format), \b STL, \b GMF (internal format of DISTENE products, namely BLSurf, GHS3D and Hexotic algorithms) and \b CGNS format files. You can also export a group as a whole mesh. To import a mesh:
  1. From the \b File menu choose the \b Import item, from its sub-menu select the corresponding format (MED, UNV, STL, GMF and CGNS) of the file containing your mesh.
  2. In the standard Search File dialog box find the file for import. It is possible to select multiple files to be imported all at once.
  3. Click the \b OK button.
\image html meshimportmesh.png To export a mesh or a group:
  1. Select the object you wish to export.
  2. From the \b File menu choose the \b Export item, from its sub-menu select the format (MED, UNV, DAT, STL, GMF and CGNS) of the file which will contain your exported mesh.
  3. In the standard Search File select a location for the exported file and enter its name.
  4. Click the \b OK button.
\image html meshexportmesh.png There are additional parameters available at export to MED and SAUV format files.
See Also a sample TUI Script of an \ref tui_export_mesh "Export Mesh" operation. */