Salome HOME
23279: EDF 12978 - Overconstrained faces
[modules/smesh.git] / doc / salome / gui / SMESH / input / importing_exporting_meshes.doc
index 6519aa16dc42b4cdb74a8b33b419fde1ee1d8981..b8951f00a71824ad48b399acd5af4a3c9a9a2051 100644 (file)
@@ -4,8 +4,8 @@
 
 \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 BLSurf, GHS3D and
-Hexotic algorithms) and \b CGNS format files. You can also export a
+\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.
 
 
@@ -38,21 +38,20 @@ group as a whole mesh.
 
 \image html meshexportmesh.png
 
-At export to MED and SAUV format files additional parameters are available.
+ There are additional parameters available at export to MED and SAUV format files.
 <ul>
   <li><b>Automatically create groups</b> check-box specifies whether to
   create groups of all mesh entities of available dimensions or
   not. If checked, the created groups have names like "Group_On_All_Nodes",
-  "Group_On_All_Faces" etc.</li>
+  "Group_On_All_Faces", etc.</li>
   <li><b>Automatically define space dimension</b> check-box specifies
   whether to define space dimension for export by mesh configuration
   or not. Usually the mesh is exported as a mesh in 3D space, just as
-  it is in Mesh module. The mesh can be exported as a mesh in lower
-  dimension in following cases, provided that this check-box is
-  checked.
+  it is in Mesh module. The mesh can be exported as a mesh of a lower
+  dimension in the following cases, provided that this check-box is checked:
     <ul>
-      <li> 1D: if all mesh nodes lie on OX coordinate axis. </li>
-      <li> 2D: if all mesh nodes lie on XOY coordinate plane. </li>
+      <li> <b>1D</b>: if all mesh nodes lie on OX coordinate axis. </li>
+      <li> <b>2D</b>: if all mesh nodes lie in XOY coordinate plane. </li>
     </ul>
   </li>
 </ul>