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