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