Salome HOME
ce710f35e2f8b7175586fff3fd0863271bdcf91a
[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>Auto color</b> / <b>Disable auto color</b> - toggle auto color
30 mode. When auto color mode is enabled, the groups created on the
31 sub-shapes of the selected geometrical object are automatically
32 coloured by the unique colors. TUI Commands :
33 <em>go.SetAutoColor(enable)</em>, <em>enabled = go.GetAutoColor()</em></li>
34 <li><b>Hide</b> - allows to hide the selected geometrical object from the
35 viewer. TUI Command : <em>sg.EraseOnly(ID)</em>
36 \n \image html image18.png
37 </li>
38 <li><b>Hide all</b> - allows to hide all objects from the viewer. TUI
39 Command: <em>sg.EraseAll()</em>
40 \n \image html image26.png
41 </li>
42 <li><b>Show Only</b> - allows to display only the selected
43 geometrical object. TUI Command: <em>sg.DisplayOnly(ID)</em>
44 \n \image html image33.png
45 </li>
46 <li><b>Dump view</b> - exports an object from the viewer in bmp, png,
47 jpg or jpeg image format.</li>
48 <li><b>Change background</b> - allows to redefine the background
49 color. By default it is black.
50 \n\n Some of these functionalities are available through right-clicking
51 on the viewer background:
52
53 \image html image22.png <br></li>
54
55 <li><b>Select Only</b> provides a filter for exclusive selection of objects of a certain type.</li>
56 </ul>
57
58 */