Salome HOME
Merge from PHASE_25_BR 09/12/2010
[modules/smesh.git] / doc / salome / gui / SMESH / input / about_meshes.doc
index 61865173b7a29a0d5dcd66adc6861eb1cfd78915..c79f26644446b7e287180b6cfc1fe284debfa005 100644 (file)
@@ -16,9 +16,12 @@ for example, a face.
 
 Several created meshes can be \subpage building_compounds_page "combined into mesh compounds".
 
+The whole mesh or it's part can be \subpage copy_mesh_page "copied"
+into another mesh.
+
 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 +29,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>