Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/geom.git] / doc / salome / gui / GEOM / input / viewing_geom_obj.doc
1 /*!
2
3 \page view_geom_obj_page Viewing geometrical objects
4
5 \n Newly created geometrical objects are automatically displayed in
6 the <b>OCC 3D Viewer</b>.
7
8 \n <b>OCC 3D Viewer</b> is described in the documentation on <b>GUI
9 module</b>.
10 \n After the object has appeared in the Viewer, you can select it with
11 left mouse click to change its presentation parameters and access to
12 other useful options by right-clicking on the selected object.
13
14 \image html dialog.png
15
16 <ul>
17 <li><b>Rename</b> - allows to change the name of the geometric
18 object.</li>
19 <li><b>Delete</b> - irreversibly deletes the selected object from the
20 viewer and from the Object Browser.</li> 
21 <li>\subpage display_mode_page "Display Mode" - allows to select between
22 Wireframe and Shading presentation.</li>
23 <li>\subpage color_page "Color" - allows to change the filling color in
24 the standard <b>Select Color</b> menu.</li>
25 <li>\subpage transparency_page "Transparency" - allows to change the
26 transparency of geometrical objects.</li>
27 <li>\subpage isolines_page "Isos" - allows to change the number of
28 isolines displayed within a shape.</li>
29 <li><b>Hide</b> - allows to hide the selected geometrical object from the
30 viewer. TUI Command : <em>sg.EraseOnly(ID)</em>
31 \n \image html image18.png
32 </li>
33 <li><b>Hide all</b> - allows to hide all objects from the viewer. TUI
34 Command: <em>sg.EraseAll()</em>
35 \n \image html image26.png
36 </li>
37 <li><b>Show Only</b> - allows to display only the selected
38 geometrical object. TUI Command: <em>sg.DisplayOnly(ID)</em>
39 \n \image html image33.png
40 </li>
41 <li><b>Update</b> - refreshes the presentation of your geometrical object in the
42 Object Browser, applying all recent changes.</li>
43 <li><b>Dump view</b> - exports an object from the viewer in bmp, png,
44 jpg or jpeg image format.</li>
45 <li><b>Change background</b> - allows to redefine the background
46 color. By default it is black.
47 \n\n Some of these functionalities are available through right-clicking
48 on the viewer background:
49
50 \image html image2.jpg <br></li>
51
52 <li><b>Select Only</b> provides a filter for exclusive selection of objects of a certain type.</li>
53 </ul>
54
55 */