Salome HOME
Synchronize adm files
[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><b>Create Group</b> - allows to create group.</li> 
25 <li>\subpage display_mode_page "Display Mode" - allows to select between
26 Wireframe and Shading presentation.</li>
27 <li>\subpage bring_to_front_page "Bring To Front" - allows to bring to 
28 front of the viewer the selected geometrical object.</li>
29 <li><b>Clear Top Level State</b> - allows to remove from the viewer foreground 
30 geometrical objects that have been placed there via <b>Bring To Front</b> command.</li>
31 <li>\subpage color_page "Color" - allows to change the filling color in
32 the standard <b>Select Color</b> menu.</li>
33 <li>\subpage transparency_page "Transparency" - allows to change the
34 transparency of geometrical objects.</li>
35 <li>\subpage isolines_page "Isos" - allows to change the number of
36 isolines displayed within a shape.</li>
37 <li>\subpage deflection_page "Deflection" - allows to change the
38 deflection coefficient of a shape.</li>
39 <li>\subpage material_page "Material" - allows to change the
40 material properties of a shape.</li>
41 <li>\subpage point_marker_page "Point Marker" - allows to change the
42 representation of geometrical vertices.</li>
43 <li>\subpage line_width_page "Line Width" - allows to change the
44 width of edges and isolines.</li>
45 <li><b>Auto color</b> / <b>Disable auto color</b> - activates the auto color
46 mode. When the auto color mode is enabled, the groups created on the
47 sub-shapes of the selected geometrical object are automatically
48 coloured by the unique colors. TUI Commands :
49 <em>go.SetAutoColor(enable)</em>, <em>enabled = go.GetAutoColor()</em></li>
50 <li><b>Hide</b> - allows to hide the selected geometrical object from the
51 viewer. TUI Command : <em>sg.EraseOnly(ID)</em></li>
52
53 \image html image18.png
54
55 <li><b>Hide all</b> - hides all objects from the viewer. TUI
56 Command: <em>sg.EraseAll()</em></li>
57
58 \image html image26.png
59
60 <li><b>Show Only</b> - displays only the selected
61 geometrical object. TUI Command: <em>sg.DisplayOnly(ID)</em></li>
62
63 \image html image33.png
64
65 <li><b>Show all dimensions</b> - shows all of the persistent dimensions created for the selected geometrical object.</li>
66 <li><b>Hide all dimensions</b> - hides all of the persistent dimensions created for the selected geometrical object.</li>
67 <li>\subpage dependency_tree_page "Show dependency tree" - shows dependency tree of selected objects
68 in new 2D View Window.</li>
69 <li>\subpage reduce_study_page "Reduce study" - allows to reduce study
70 by automatic removing objects according to user's options.</li>
71 <li><b>Dump view</b> - exports an object from the viewer in bmp, png,
72 jpg or jpeg image format.</li>
73 <li><b>Change background</b> - allows to redefine the background
74 color. By default it is black.</li>
75 </ul>
76
77 Some of these functionalities are available through right-clicking
78 on the viewer background:
79
80 \image html image22.png <br>
81
82 <ul>
83 <li><b>Select Only</b> provides a filter for exclusive selection of objects of a certain type.</li>
84 </ul>
85
86
87
88 */