Salome HOME
8fe2d92f416dc270b5798d5a34ec5c6b47ecabd0
[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 \n <b>Examples:</b>
16
17 \image html disp_mode1sn.png
18 <center><em>Wireframe</em></center>
19
20 \image html /disp_mode2sn.png
21 <center><em>Shading</em></center>
22
23 Our <b>TUI Scripts</b> provide you with useful examples of 
24 \ref tui_change_disp_mode "Changing Display Parameters".
25
26 */