X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fconstructing_meshes.doc;h=2481807fd0888fdda36ee1c0c880f28b4a8cb8c0;hb=69aa7507f2647f99203fa4b526f99c77d8c43471;hp=2ec8a49878fa121577843d32121c0b28324a3421;hpb=512d3547bc726e9bb5732b1d0692e1141ca258e1;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/constructing_meshes.doc b/doc/salome/gui/SMESH/input/constructing_meshes.doc index 2ec8a4987..2481807fd 100644 --- a/doc/salome/gui/SMESH/input/constructing_meshes.doc +++ b/doc/salome/gui/SMESH/input/constructing_meshes.doc @@ -10,13 +10,16 @@ To create a mesh on geometry, it is necessary to create a mesh object by choosin taken into account by the chosen meshing algorithms. Then you can launch mesh generation by invoking \ref compute_anchor "Compute" command. +The generated mesh will be automatically shown in the Viewer. You can +switch off automatic visualization or limit mesh size until which it is +automatically shown in \ref mesh_preferences_page (Automatic update entry). \note Sometimes \a hypotheses term is used to refer to both algorithms and hypotheses. Mesh generation on the geometry is performed in the bottom-up flow: nodes on vertices are created first, then edges are divided into -segments using nodes on vertices; the node of segments are then +segments using nodes on vertices; the nodes of segments are then used to mesh faces; then the nodes of faces are used to mesh solids. This automatically assures the conformity of the mesh. @@ -313,24 +316,24 @@ There is an example of sub-mesh order modifications taking a Mesh created on a B shape. The main Mesh object: The first sub-mesh Submesh_1 created on Face_1 is: The second sub-mesh Submesh_2 created on Face_2 is: And the last sub-mesh Submesh_3 created on Face_3 is: The sub-meshes become concurrent if they share sub-shapes that can be @@ -401,6 +404,7 @@ re-computed and the Mesh Computation information box will be shown with the same contents. (To fully re-compute the mesh, invoke \ref clear_mesh_anchor "Clear Mesh Data" command before). +\anchor meshing_result_anchor If the mesh computation has been a success, the box shows information on the number of entities of different types in the mesh. @@ -445,7 +449,7 @@ to facilitate their analysis. \note Mesh Computation Information box does not appear if you set -"Mesh computation/Show a computation result notification" preference +\ref show_comp_result_pref "Mesh computation/Show a computation result notification" preference to the "Never" value. This option gives the possibility to control mesh computation reporting. There are the following possibilities: always show the information box, show only if an error occurs or never.