/*! \page importing_exporting_meshes_page Importing and exporting meshes \n In MESH there is a functionality allowing importation/exportation of meshes from \b MED, \b UNV (I-DEAS 10), \b DAT (Nastran) and STL format files. 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 and DAT) of the file containing your mesh.
  2. In the standard Search File dialog box find the file for importation. 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:
  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 and STL) 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
See Also a sample TUI Script of an \ref tui_export_mesh "Export Mesh" operation. */