X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fimporting_exporting_meshes.doc;fp=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fimporting_exporting_meshes.doc;h=0000000000000000000000000000000000000000;hb=f0f67c0b47e58361bc50c7169734da604fbfca01;hp=a4a8d3ca2f1891aea8a9047c63465feed5221a38;hpb=f6825d843153c333e95e1345ef7c7fc2d0fe5698;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/importing_exporting_meshes.doc b/doc/salome/gui/SMESH/input/importing_exporting_meshes.doc deleted file mode 100644 index a4a8d3ca2..000000000 --- a/doc/salome/gui/SMESH/input/importing_exporting_meshes.doc +++ /dev/null @@ -1,71 +0,0 @@ -/*! - -\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 MG-CADSurf, MG-Tetra and -MG-Hexa 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. -
  3. 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.
  4. - -
  5. Click the \b OK button.
  6. -
- -\image html meshimportmesh.png - -To export a mesh or a group: - -
    -
  1. Select the object you wish to export.
  2. -
  3. 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.
  4. -
  5. In the standard Search File select a location for the - exported file and enter its name.
  6. -
  7. Click the \b OK button.
  8. -
- -\image html meshexportmesh.png - - If you try to export a group, the warning will be shown: -\image html meshexportgroupwarning.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. - -*/