Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/smesh.git] / doc / salome / gui / SMESH / input / importing_exporting_meshes.doc
1 /*!
2
3 \page importing_exporting_meshes_page Importing and exporting meshes
4
5 \n In MESH there is a functionality allowing importation/exportation
6 of meshes from \b MED, \b UNV (I-DEAS 10), \b DAT (Nastran) and STL
7 format files.
8
9
10 <em>To import a mesh:</em>
11
12 <ol>
13 <li>From the \b File menu choose the \b Import item, from its sub-menu
14 select the corresponding format (MED, UNV and DAT) of the file containing
15 your mesh.</li>
16 <li>In the standard <b>Search File</b> dialog box find the file for
17 importation. It is possible to select multiple files to be imported all at once. </li>
18
19 <li>Click the \b OK button.</li>
20 </ol>
21
22 \image html meshimportmesh.png
23
24 <em>To export a mesh:</em>
25
26 <ol>
27 <li>Select the object you wish to export.</li>
28 <li>From the \b File menu choose the \b Export item, from its sub-menu
29 select the format (MED, UNV, DAT and STL) of the file which will contain your
30 exported mesh.</li>
31 <li>In the standard <b>Search File</b> select a location for the
32 exported file and enter its name.</li>
33 <li>Click the \b OK button.</li>
34 </ol>
35
36 \image html meshexportmesh.png
37
38 <br><b>See Also</b> a sample TUI Script of an \ref tui_export_mesh "Export Mesh" operation.
39
40 */