From a65bb6a04100bfd8cbfd1bf82cb3c4c07b76e390 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 24 Sep 2012 11:10:55 +0000 Subject: [PATCH] 021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format) --- doc/salome/gui/SMESH/input/about_meshes.doc | 2 +- doc/salome/gui/SMESH/input/importing_exporting_meshes.doc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/salome/gui/SMESH/input/about_meshes.doc b/doc/salome/gui/SMESH/input/about_meshes.doc index 7474e0f62..f41666425 100644 --- a/doc/salome/gui/SMESH/input/about_meshes.doc +++ b/doc/salome/gui/SMESH/input/about_meshes.doc @@ -5,7 +5,7 @@ \n \b MESH represents a discretization of a geometrical CAD model into a set of entities with a simple topology. -Meshes are stored in DAT, MED, UNV, STL, CGNS and SAUVE formats and can be +Meshes are stored in DAT, MED, UNV, STL, CGNS, GMF and SAUVE formats and can be \subpage importing_exporting_meshes_page "imported from and exported to" the file in these formats. diff --git a/doc/salome/gui/SMESH/input/importing_exporting_meshes.doc b/doc/salome/gui/SMESH/input/importing_exporting_meshes.doc index a098579d6..7c8eeb790 100644 --- a/doc/salome/gui/SMESH/input/importing_exporting_meshes.doc +++ b/doc/salome/gui/SMESH/input/importing_exporting_meshes.doc @@ -3,15 +3,15 @@ \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 (simple ascii format), \b STL -and \b CGNS format files. You can also export a group as a whole mesh. +of meshes from/to \b MED, \b UNV (I-DEAS 10), \b DAT (simple ascii format), \b STL, +\b GMF 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 and CGNS) of the file containing +select the corresponding format (MED, UNV, STL, GMF and CGNS) of the file containing your mesh.
  2. 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.
  3. @@ -26,7 +26,7 @@ importation. It is possible to select multiple files to be imported all at once.
    1. Select the object you wish to export.
    2. 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 +select the format (MED, UNV, DAT, STL, GMF and CGNS) of the file which will contain your exported mesh.
    3. In the standard Search File select a location for the exported file and enter its name.
    4. -- 2.30.2