Salome HOME
0020672: EDF 1243 SMESH : Be able to transform mixed mesh
[modules/smesh.git] / doc / salome / gui / SMESH / input / about_meshes.doc
index 61865173b7a29a0d5dcd66adc6861eb1cfd78915..8a81c7ea0c26383801607913983f7a225a0c7440 100644 (file)
@@ -18,7 +18,7 @@ Several created meshes can be \subpage building_compounds_page "combined into me
 
 All created meshes and submeshes can be \subpage editing_meshes_page "edited".
 
-Meshes can be also using the MESH functions destined for 
+Meshes can be also edited using the MESH functions destined for 
 \ref modifying_meshes_page "modification" of generated meshes.
 
 The \b topology of a mesh is described by the relationships between its
@@ -26,6 +26,7 @@ entities including:
 
 <ul>
 <li>\b Node &mdash; 0D object of a mesh presented by a point with coordinates (x, y, z).</li>
+<li>\b 0D element &mdash; element of a mesh defined by one node.</li>
 <li>\b Edge &mdash; 1D element of a mesh defined by two nodes.</li>
 <li>\b Face &mdash; 2D element of a mesh defined by three or four edges (closed contour).</li>
 <li>\b Volume &mdash; 3D element of a mesh defined by several faces.</li>