/*!
\page view_geom_obj_page Viewing geometrical objects
Newly created geometrical objects are automatically displayed in
the OCC 3D Viewer.
OCC 3D Viewer is described in the documentation on GUI
module.
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 dialog.png
- Rename - allows to change the name of the geometric
object.
- Delete - irreversibly deletes the selected object from the
viewer and from the Object Browser.
- \subpage display_mode_page "Display Mode" - allows to select between
Wireframe and Shading presentation.
- \subpage color_page "Color" - allows to change the filling color in
the standard Select Color menu.
- \subpage transparency_page "Transparency" - allows to change the
transparency of geometrical objects.
- \subpage isolines_page "Isos" - allows to change the number of
isolines displayed within a shape.
- Auto color / Disable auto color - toggle auto color
mode. When auto color mode is enabled, the groups created on the
sub-shapes of the selected geometrical object are automatically
coloured by the unique colors. TUI Commands :
go.SetAutoColor(enable), enabled = go.GetAutoColor()
- Hide - allows to hide the selected geometrical object from the
viewer. TUI Command : sg.EraseOnly(ID)
\image html image18.png
- Hide all - allows to hide all objects from the viewer. TUI
Command: sg.EraseAll()
\image html image26.png
- Show Only - allows to display only the selected
geometrical object. TUI Command: sg.DisplayOnly(ID)
\image html image33.png
- 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.
Some of these functionalities are available through right-clicking
on the viewer background:
\image html image22.png
- Select Only provides a filter for exclusive selection of objects of a certain type.
The Object browser's popup menu can include some other commands:
\image html ob_popup_menu.png
- \subpage work_with_groups_page "Create Group" - invokes dialog box
that allows creating groups of geometrical objects.
- Hide Children / Show Children - hide / show child
sub-objects in the Object Browser. These commands are available only
if the selected geometry object has any children. Note: when some
children are hidden, the object name is hilghlighted with the bold
font.
*/