Salome HOME
Update of SMESH gui documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / constructing_meshes.doc
index efbd97403cd83793192ee8192d1a698a785bba35..be7def6a80bdd1a879544fd5cb9e7b413bc8d288 100644 (file)
@@ -74,6 +74,8 @@ automatically generate a 3D mesh with the most appropriate
 settings. In the same way you can apply this functionality for meshing
 2D objects, in which case 3D algorithms are not applied.</li>
 
+\anchor preview_mesh_anchor
+
 <li> After the mesh object is created and all hypotheses are assigned and
 before the mesh computation, it is possible to see the mesh preview.
 
@@ -143,9 +145,17 @@ existing faces</b>. They are not entirely usable from the GUI, so a
 mesh created using these algorithms should be exported into a python
 script, edited and then imported into the GUi. 
 
+<li>It is possible to calculate the eventual mesh size 
+before \b Compute operation. For this, select the mesh in the <b>Object
+Browser</b> and from the \b Mesh menu select \b Evaluate. The result of
+evaluation will be displayed in the following information box:
+
+\image html mesh_evaluation_succeed.png
+
+
 Consider trying a sample script for construction of a mesh from our 
 \ref tui_creating_meshes_page "TUI Scripts" section.
 </li>
 </ol>
 
-*/
\ No newline at end of file
+*/