/*!
\page view_geom_obj_page Overview
\n Newly created geometrical objects are automatically displayed in
the OCC 3D Viewer.
\n OCC 3D Viewer is described in the documentation on GUI
module.
\n After the object has appeared in the Viewer, you can select it with
left mouse click to change its presentation parameters and access to
other useful options by right-clicking on the selected object.
\image html image1.jpg
- Rename - allows to change the name of the geometric
object.
- \ref display_mode_page "Display Mode" - allows to select between
Wireframe and Shading presentation.
- \ref color_page "Color" - allows to change the filling color in
the standard Select Color menu.
- \ref transparency_page "Transparency" - allows to change the
transparency of geometrical objects.
- \ref isolines_page "Isos" - allows to change the number of
isolines displayed within a shape.
- Erase - allows to hide the selected geometrical object from the
viewer. TUI Command : sg.EraseOnly(ID)
\n \image html image18.gif
- Erase all - allows to hide all objects from the viewer. TUI
Command: sg.EraseAll()
\n \image html image26.gif
- Display Only - allows to display only the selected
geometrical object. TUI Command: sg.DisplayOnly(ID)
\n \image html image33.gif
- Update - refreshes the presentation of your geometrical object in the
Object Browser, applying all recent changes.
- Dump view - exports an object from the viewer in bmp, png,
jpg or jpeg image format.
- Change background - allows to redefine the background
color. By default it is black.
\n\n Some of these functionalities are available through right-clicking
on the viewer background:
\image html image2.jpg
- Select Only provides a filter for exclusive selection of objects of a certain type.
*/