Salome HOME
Merge from V6_main_20120808 08Aug12
[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/to \b MED, \b UNV (I-DEAS 10), \b DAT (Nastran), \b STL
7 and \b CGNS format files. You can also export a group as a whole mesh.
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, DAT, STL and CGNS) 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 or a group:</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, STL and CGNS) of the file which will
30 contain your 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 */