X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fimporting_exporting_meshes.doc;h=b8951f00a71824ad48b399acd5af4a3c9a9a2051;hb=ada19000459ece97c85c84af0711d3401b9a3dae;hp=52ff261e3369b7ab05245de380fa92049d434aa9;hpb=bd4e115a78b52e3fbc016e5e30bb0e19b2a9e7d6;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 index 52ff261e3..b8951f00a 100644 --- a/doc/salome/gui/SMESH/input/importing_exporting_meshes.doc +++ b/doc/salome/gui/SMESH/input/importing_exporting_meshes.doc @@ -2,19 +2,22 @@ \page importing_exporting_meshes_page Importing and exporting meshes -\n In MESH there is a functionality allowing importation/exportation -of meshes from/to \b MED, \b UNV (I-DEAS 10), \b DAT (Nastran), \b STL -and \b CGNS format files. You can also export a group as a whole mesh. +\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, DAT, STL and CGNS) of the file containing -your mesh.
  2. + select the corresponding format (MED, UNV, STL, GMF and CGNS) of the + file containing your mesh.
  3. 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.
  4. + import. It is possible to select multiple files to be imported all at + once.
  5. Click the \b OK button.
@@ -24,17 +27,34 @@ importation. It is possible to select multiple files to be imported all at once. 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 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. +
  9. Select the object you wish to export.
  10. +
  11. 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.
  12. +
  13. In the standard Search File select a location for the + exported file and enter its name.
  14. +
  15. Click the \b OK button.
\image html meshexportmesh.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. */