Salome HOME
Redesign SALOME documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / viewing_meshes_overview.rst
1 .. _viewing_meshes_overview_page: 
2
3 **************
4 Viewing meshes
5 **************
6
7 By default a just :ref:`compute_anchor` mesh will be
8 automatically displayed in the **VTK 3D Viewer**. (You can switch
9 off :ref:`automatic_update_pref` preference parameter
10 to prevent this.)
11 Click **Display only** to hide all other objects at the same time.
12
13 **VTK 3D Viewer** is described in detail in the documentation on **GUI module**.
14
15 Use the following :ref:`mesh_preferences_page` 
16 to adjust how the mesh is displayed by default:
17
18 * :ref:`automatic_update_pref` 
19 * :ref:`display_mode_pref` 
20 * :ref:`quadratic_2d_mode_pref` 
21 * All parameters of :ref:`mesh_tab_preferences` Preferences dialog.
22
23 After the mesh has appeared in the Viewer, you can select it with
24 left mouse click and  get information about it, change its
25 presentation parameters and access to other useful options by
26 right-clicking on the selected mesh.
27
28 .. image:: ../images/dialog.png
29         :align: center
30
31
32 * **Rename** - allows to rename the object in the Object browser.
33 * **Hide all** - allows to hide all objects in the viewer.
34 * **Update** - refreshes the presentation of your mesh in the Object Browser, applying all recent changes. 
35 * :ref:`mesh_infos_page` -  provides information about the mesh.
36 * :ref:`find_element_by_point_page` - allows to find all mesh elements, to which belongs a point with the given coordinates.
37 * **Auto Color** - switch on / off auto-assigning colors for the groups. If switched on, a default color of a new group in :ref:`creating_groups_page` dialog is chosen randomly. 
38 * :ref`:`numbering_page` - allows to display the ID numbers of all meshing elements or nodes composing your mesh in the viewer.
39 * :ref:`display_mode_page` - allows to select between Wireframe, Shading and Nodes presentation.
40 * :ref:`display_entity_page` - allows to display entities by types (Faces, Edges, Volumes etc.).
41
42 .. _quadratic_2d_mode:
43
44 Quadratic 2D
45 ============
46
47 * **2D Quadratic** - allows to select between the representation of quadratic edges as broken **lines** or as **arcs**. A default representation can be set in :ref:`quadratic_2d_mode_pref`. Arc representation applies to 1D and 2D elements only.
48 * **Orientation of faces** - shows vectors of orientation of faces of the selected mesh. The orientation vector is shown for each 2D mesh element and for each free facet of a 3D mesh element. The vector direction is calculated by the first three nodes of the face produced by vectors n1-n2 and n1-n3.
49 * :ref:`colors_size_page` - allows to define several visual properties, including color of elements, shrink size, ...
50 * :ref:`transparency_page` - allows to change the transparency of mesh elements.
51 * :ref:`quality_page` - graphically presents various information about the mesh. 
52 * **Hide** - allows to hide the selected mesh from the viewer.
53 * **Show Only** - allows to display only the selected mesh, hiding all others from the viewer.
54 * :ref:`clipping_page` - allows to create cross-sections of the displayed objects.
55 * **Dump view** - exports an object from the viewer in bmp, png or jpeg image format.
56 * **Change background** - allows to redefine the background color. By default it is black.
57 * **View Operations** - allows to show/hide the  visualization toolbar in the Viewer window.
58 * **Recording Operations** - allows to show/hide the recording toolbar in the Viewer window.
59
60
61
62 .. toctree::
63         :maxdepth: 2
64
65         mesh_infos.rst
66         find_element_by_point.rst
67         numbering.rst
68         display_mode.rst
69         display_entity.rst
70         colors_size.rst
71         transparency.rst
72         clipping.rst
73
74