Salome HOME
Merge from V6_main_20120808 08Aug12
[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 Our <b>TUI Scripts</b> provide you with useful examples of 
33 \ref tui_change_disp_mode "Changing Display Parameters".
34
35 */