Salome HOME
NPAL16716. Compound: To create the groups of initial meshes.
[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 format files.
7
8 <em>To import a mesh:</em>
9
10 <ol>
11 <li>From the \b File menu choose the \b Import item, from its sub-menu
12 select the corresponding format (MED, UNV and DAT) of the file containing
13 your mesh.</li>
14 <li>In the standard <b>Search File</b> dialog box find the file for
15 importation.</li>
16 <li>Click the \b OK button.</li>
17 </ol>
18
19 \image html meshimportmesh.png
20
21 <em>To export a mesh:</em>
22
23 <ol>
24 <li>Select the object you wish to export.</li>
25 <li>From the \b File menu choose the \b Export item, from its sub-menu
26 select the format (MED, UNV, DAT and STL) of the file which will contain your
27 exported mesh.</li>
28 <li>In the standard <b>Search File</b> select a location for the
29 exported file and enter its name.</li>
30 <li>Click the \b OK button.</li>
31 </ol>
32
33 \image html meshexportmesh.png
34
35 <br><b>See Also</b> a sample TUI Script of an \ref tui_export_mesh "Export Mesh" operation.
36
37 */