Salome HOME
Update of SMESH gui documentation
authormaintenance team <salome-mnt@opencascade.com>
Tue, 25 Aug 2009 12:33:17 +0000 (12:33 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Tue, 25 Aug 2009 12:33:17 +0000 (12:33 +0000)
doc/salome/gui/SMESH/images/hypo_quad_params_1.png
doc/salome/gui/SMESH/images/hypo_quad_params_res.png
doc/salome/gui/SMESH/input/2d_meshing_hypo.doc
doc/salome/gui/SMESH/input/constructing_meshes.doc
doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc

index de1d7df0a3c975dccdb009c0e98a9cf456bc81ee..44233b23e432d1194159b53dacfd169ba0715ce1 100755 (executable)
Binary files a/doc/salome/gui/SMESH/images/hypo_quad_params_1.png and b/doc/salome/gui/SMESH/images/hypo_quad_params_1.png differ
index aed006ca35baf9bf49c93c22983275a0e5db2991..8aae2760105905fbdb8fdc03cac4a340370d3929 100644 (file)
Binary files a/doc/salome/gui/SMESH/images/hypo_quad_params_res.png and b/doc/salome/gui/SMESH/images/hypo_quad_params_res.png differ
index 31538fc42b859e3a2b2834c519f234fba943ee30..c912c568f5d5d84af67094bc7da5c8aba08de6ae 100644 (file)
@@ -43,16 +43,14 @@ length calculated as an average edge length for a given wire.
 \anchor hypo_quad_params_anchor
 <h2>Quadrangle parameters</h2>
 
-<b>Quadrangle parameters</b> is a general hypothesis for
-Quadrangle (Mapping). This hypothesis gives a possibility
-of using Quadrangle (Mapping) mechanism for faces built on 3 edges. 
-The hypothesis requires some vertex to be selected from the face; this vertex will be
-used as degenerated edge. The resulting mesh will include several triangles near this
-vertex. Hypothesis construction and resulting mesh is displayed at the following figures:
+<b>Quadrangle parameters</b> is a hypothesis for
+Quadrangle (Mapping), which allows using this algorithm for meshing of
+triangular faces.In this case it is necessary to select the <b>Base vertex</b> 
+used as a degenerated edge.
 
-\image html hypo_quad_params_1.png
+\image html hypo_quad_params_1.png "A face built from 3 edges"
 
-\image html hypo_quad_params_res.png
+\image html hypo_quad_params_res.png "The resulting mesh"
 
 <br>
 \anchor quadrangle_preference_anchor
index df932426f1cb749b35cf04172c0695127e909e74..be7def6a80bdd1a879544fd5cb9e7b413bc8d288 100644 (file)
@@ -145,10 +145,10 @@ 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 make evaluation of size of prospective mesh
-before \b Compute operation. For this, select your mesh in the <b>Object
-Browser</b> and from the \b Mesh menu select \b Evaluate. Result of
-evaluation will be represented by the following information box:
+<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
 
index 92e48a4fc2e34bd40899c56e92ca5f1ce7eebbf4..a0202da96831663c2bfbad384239041f1bf8744b 100644 (file)
@@ -2,9 +2,14 @@
 
 \page using_notebook_mesh_page Using SALOME NoteBook
 
-It is possible to use variables defined through <b>SALOME NoteBook</b> for
-creation and modification of objects in the MESH module with the following
-limitations:
+<b>SALOME NoteBook</b> allows defining variables to be used for
+creation and modification of objects.
+
+\image html using_notebook_smesh.png "Setting of variables in SALOME NoteBook"
+
+\image html addnode_notebook.png "Use of variables to add a node in MESH module"
+
+The following limitations on the use of variables still exist:
 
 <ul>
 <li> \ref radial_prism_algo_page "Distribution of Layers" hypothesis -
@@ -31,14 +36,6 @@ limitations:
 <li> <b>Colors / Size</b> dialog box.
 </ul>
 
-Here is an example of setting of variables in SALOME NoteBook:
-
-\image html using_notebook_smesh.png "Setting of variables in SALOME NoteBook"
-
-Example of using of these variables in MESH GUI:
-
-\image html addnode_notebook.png "Node added in MESH module"
-
 Our <b>TUI Scripts</b> provide you with useful examples of 
 \ref tui_notebook_smesh "Using SALOME NoteBook".