Salome HOME
985c9347ae23f79ece62c8d0818fd7c68d99a4b5
[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 There is an option to show the direction of edges on the selected shape from popup menu <b> Display mode
22 -> Show Edge Direction</b> or it possible to apply this functionality for all objects in the current view from
23 the main menu <b> View -> Display Mode -> Show/Hide Edge Direction.</b>
24
25 \image html vectors_mode.png
26 <center><em>Vectors Mode (Show Edge Direction)</em></center>
27
28 \n <b>TUI Command:</b> <em>gg.setVectorsMode(ID, Bool)</em>
29
30 Our <b>TUI Scripts</b> provide you with useful examples of 
31 \ref tui_change_disp_mode "Changing Display Parameters".
32
33 */