Salome HOME
38246c5707acec7061480686c4f893322a0ea63c
[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 Newly created or imported geometrical objects are added as items in the Object Browser and displayed in
6 the <b>OCC 3D Viewer</b>.
7
8 See the corresponding topic about the \subpage arranging_study_objects_page "Operations available in the Object Browser for Geometry module".
9
10 <b>OCC 3D Viewer</b> is described in the documentation on <b>GUI
11 module</b>.
12
13 After the object has appeared in the Viewer, you can select it with
14 left mouse click to change its presentation parameters and access to
15 other useful options by right-clicking on the selected object.
16
17 \image html dialog.png
18
19 <ul>
20 <li><b>Rename</b> - allows to change the name of the geometric
21 object.</li>
22 <li><b>Delete</b> - irreversibly deletes the selected object from the
23 viewer and from the Object Browser.</li> 
24 <li>\subpage display_mode_page "Display Mode" - allows to select between
25 Wireframe and Shading presentation.</li>
26 <li>\subpage bring_to_front_page "Bring To Front" - allows to bring to 
27 front of the viewer the selected geometrical object.</li>
28 <li><b>Clear Top Level State</b> - allows to remove from the viewer foreground 
29 geometrical objects that have been placed there via <b>Bring To Front</b> command.</li>
30 <li>\subpage color_page "Color" - allows to change the filling color in
31 the standard <b>Select Color</b> menu.</li>
32 <li>\subpage transparency_page "Transparency" - allows to change the
33 transparency of geometrical objects.</li>
34 <li>\subpage isolines_page "Isos" - allows to change the number of
35 isolines displayed within a shape.</li>
36 <li>\subpage deflection_page "Deflection" - allows to change the
37 deflection coefficient of a shape.</li>
38 <li>\subpage material_page "Material" - allows to change the
39 material properties of a shape.</li>
40 <li>\subpage point_marker_page "Point Marker" - allows to change the
41 representation of geometrical vertices.</li>
42 <li>\subpage line_width_page "Line Width" - allows to change the
43 width of edges and isolines.</li>
44 <li><b>Auto color</b> / <b>Disable auto color</b> - activates the auto color
45 mode. When the auto color mode is enabled, the groups created on the
46 sub-shapes of the selected geometrical object are automatically
47 coloured by the unique colors. TUI Commands :
48 <em>go.SetAutoColor(enable)</em>, <em>enabled = go.GetAutoColor()</em></li>
49 <li><b>Hide</b> - allows to hide the selected geometrical object from the
50 viewer. TUI Command : <em>sg.EraseOnly(ID)</em></li>
51
52 \image html image18.png
53
54 <li><b>Hide all</b> - hides all objects from the viewer. TUI
55 Command: <em>sg.EraseAll()</em></li>
56
57 \image html image26.png
58
59 <li><b>Show Only</b> - displays only the selected
60 geometrical object. TUI Command: <em>sg.DisplayOnly(ID)</em></li>
61
62 \image html image33.png
63
64 <li><b>Show all dimensions</b> - shows all of the persistent dimensions created for the selected geometrical object.</li>
65 <li><b>Hide all dimensions</b> - hides all of the persistent dimensions created for the selected geometrical object.</li>
66 <li><b>Dump view</b> - exports an object from the viewer in bmp, png,
67 jpg or jpeg image format.</li>
68 <li><b>Change background</b> - allows to redefine the background
69 color. By default it is black.</li>
70 </ul>
71
72 Some of these functionalities are available through right-clicking
73 on the viewer background:
74
75 \image html image22.png <br>
76
77 <ul>
78 <li><b>Select Only</b> provides a filter for exclusive selection of objects of a certain type.</li>
79 </ul>
80
81
82
83 */