From: maintenance team Date: Tue, 25 Aug 2009 12:33:17 +0000 (+0000) Subject: Update of SMESH gui documentation X-Git-Tag: V5_1_3rc1~104 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=412cf7721a0236c746a573ee74f9924afb7eb12f Update of SMESH gui documentation --- diff --git a/doc/salome/gui/SMESH/images/hypo_quad_params_1.png b/doc/salome/gui/SMESH/images/hypo_quad_params_1.png index de1d7df0a..44233b23e 100755 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 diff --git a/doc/salome/gui/SMESH/images/hypo_quad_params_res.png b/doc/salome/gui/SMESH/images/hypo_quad_params_res.png index aed006ca3..8aae27601 100644 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 diff --git a/doc/salome/gui/SMESH/input/2d_meshing_hypo.doc b/doc/salome/gui/SMESH/input/2d_meshing_hypo.doc index 31538fc42..c912c568f 100644 --- a/doc/salome/gui/SMESH/input/2d_meshing_hypo.doc +++ b/doc/salome/gui/SMESH/input/2d_meshing_hypo.doc @@ -43,16 +43,14 @@ length calculated as an average edge length for a given wire. \anchor hypo_quad_params_anchor

Quadrangle parameters

-Quadrangle parameters 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: +Quadrangle parameters 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 Base vertex +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"
\anchor quadrangle_preference_anchor diff --git a/doc/salome/gui/SMESH/input/constructing_meshes.doc b/doc/salome/gui/SMESH/input/constructing_meshes.doc index df932426f..be7def6a8 100644 --- a/doc/salome/gui/SMESH/input/constructing_meshes.doc +++ b/doc/salome/gui/SMESH/input/constructing_meshes.doc @@ -145,10 +145,10 @@ existing faces. 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. -
  • It is possible to make evaluation of size of prospective mesh -before \b Compute operation. For this, select your mesh in the Object -Browser and from the \b Mesh menu select \b Evaluate. Result of -evaluation will be represented by the following information box: +
  • It is possible to calculate the eventual mesh size +before \b Compute operation. For this, select the mesh in the Object +Browser 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 diff --git a/doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc b/doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc index 92e48a4fc..a0202da96 100644 --- a/doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc +++ b/doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc @@ -2,9 +2,14 @@ \page using_notebook_mesh_page Using SALOME NoteBook -It is possible to use variables defined through SALOME NoteBook for -creation and modification of objects in the MESH module with the following -limitations: +SALOME NoteBook 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: -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 TUI Scripts provide you with useful examples of \ref tui_notebook_smesh "Using SALOME NoteBook".