]> SALOME platform Git repositories - modules/visu.git/blob - doc/salome/gui/VISU/input/selection_info.doc
Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/visu.git] / doc / salome / gui / VISU / input / selection_info.doc
1 /*!
2
3 \page selection_info_page Selection Info
4
5 <em>To view the attributes of elements (cells, points, meshes)
6 displayed in the viewer:</em>
7
8 \image html cellsel.jpg
9
10 \par
11 In the main menu choose <b>Selection > Selection info...</b>,  choose
12 the necessary type of elements (\b Point, \b Cell, or \b Actor) in the
13 dialog box and click on the element of the required type in the
14 viewer. The chosen element will be highlighted and its attributes will
15 be displayed in this dialog box:
16
17 \image html dataonelements1.png
18
19 You can get the following information about \b Points:
20 <ul>
21 <li>Mesh name</li>
22 <li>Field name</li>
23 <li>ID Number of the point</li>
24 <li>Scalar value applied to the point (if any)</li>
25 <li>Vector value applied to the point (if any)</li>
26 <li>Coordinates of the point in 3d space</li>
27 <li>Indexes (i,j,k) of the point (for structured meshes only)</li>
28 </ul>
29
30 <br>
31 \image html dataonelements2.png
32
33 The following information about \b Cells is available:
34 <ul>
35 <li>Mesh name</li>
36 <li>Field name</li>
37 <li>ID Number of the cell</li>
38 <li>Scalar value applied to the cell (if any)</li>
39 <li>Vector value applied to the cell (if any)</li>
40 <li>Attributes of the points forming this cell (in table layout)</li>
41 </ul>
42
43 <br>
44 \image html dataonelements3.png
45
46 An \b Actor (any 3D object (presentation of a submesh, field
47 presentation) displayed in the viewer) possesses the following
48 characteristics:
49 <ul>
50 <li><em>Mesh name</em></li>
51 <li><em>Field name</em></li>
52 <li><em>Coordinates of the object in 3d space</em></li>
53 <li><em>Size of the object (expressed as the extent along the coordinates)</em></li>
54 </ul>
55
56 \note Using this dialog box, you can examine the attributes of a
57 definite point or cell, selected by its ID number. For that, you
58 should only enter an ID number of a definite point or cell in the \b
59 ID field, the attributes of this point or cell will be immediately
60 displayed.
61
62 */