Salome HOME
Update documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / importing_exporting_meshes.doc
index 6519aa16dc42b4cdb74a8b33b419fde1ee1d8981..516981cd95a856e85de3458a0a3981a0571f9f28 100644 (file)
@@ -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>