Salome HOME
0022777: [CEA 1291] Display the name of an object in the 3D View
[modules/geom.git] / doc / salome / gui / GEOM / input / display_mode.doc
1 /*!
2
3 \page display_mode_page Display Mode
4
5 \n This option is relevant for viewing 3D objects. Wireframe mode means
6 that you can see only  edges of the object, while its shells remain
7 transparent. Shading mode means that the shells are filled with color.
8
9 \n To change the display mode right-click on this geometrical object
10 in the viewer and from the pop-up menu select <b>Display mode -->
11 Wireframe</b> or <b>Shading</b>.
12
13 \n <b>TUI Command:</b> <em>gg.setDisplayMode(ID, Short)</em>
14
15 \image html disp_mode1sn.png
16 <center><em>Wireframe</em></center>
17
18 \image html /disp_mode2sn.png
19 <center><em>Shading</em></center>
20
21 \n It is possible to show the direction of edges of the selected
22 shape. For this, choose in the context menu of the shape
23 <b>Display mode -> Show Edge Direction</b>, or apply this
24 functionality for all objects in the current view via the main menu
25 <b> View -> Display Mode -> Show/Hide Edge Direction.</b>
26
27 \image html vectors_mode.png
28 <center><em>Vectors Mode (Show Edge Direction)</em></center>
29
30 \n <b>TUI Command:</b> <em>gg.setVectorsMode(ID, Bool)</em>
31
32 \n Also it is possible to show the vertices of the selected
33 shape. For this, choose in the context menu of the shape
34 <b>Display mode -> Show Vertices</b>, or apply this
35 functionality for all objects in the current view via the main menu
36 <b> View -> Display Mode -> Show/Hide Vertices.</b>
37
38 \image html vertices_mode.png
39 <center><em>Vertices Mode (Show Vertices)</em></center>
40
41 \n <b>TUI Command:</b> <em>gg.setVerticesMode(ID, Bool)</em>
42
43 \n Moreover user can show the name of the selected
44 shape. For this, choose in the context menu of the shape
45 <b>Display mode -> Show Name</b>, or apply this
46 functionality for all objects in the current view via the main menu
47 <b> View -> Display Mode -> Show/Hide Name.</b>
48
49 \image html name_mode.png
50 <center><em>Name Mode (Show Name)</em></center>
51
52 \n <b>TUI Command:</b> <em>gg.setNameMode(ID, Bool)</em>
53
54 Our <b>TUI Scripts</b> provide you with useful examples of 
55 \ref tui_change_disp_mode "Changing Display Parameters".
56
57 */