/*!
\page view_geom_obj_page Viewing geometrical objects
Newly created or imported geometrical objects are added as items in the Object Browser and displayed in
the OCC 3D Viewer.
See the corresponding topic about the \subpage arranging_study_objects_page "Operations available in the Object Browser for Geometry module".
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.
- Create Group - allows to create group.
- \subpage display_mode_page "Display Mode" - allows to select between
Wireframe and Shading presentation.
- \subpage bring_to_front_page "Bring To Front" - allows to bring to
front of the viewer the selected geometrical object.
- Clear Top Level State - allows to remove from the viewer foreground
geometrical objects that have been placed there via Bring To Front command.
- \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.
- \subpage deflection_page "Deflection" - allows to change the
deflection coefficient of a shape.
- \subpage material_page "Material" - allows to change the
material properties of a shape.
- \subpage point_marker_page "Point Marker" - allows to change the
representation of geometrical vertices.
- \subpage line_width_page "Line Width" - allows to change the
width of edges and isolines.
- Auto color / Disable auto color - activates the auto color
mode. When the 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 - hides all objects from the viewer. TUI
Command: sg.EraseAll()
\image html image26.png
- Show Only - displays only the selected
geometrical object. TUI Command: sg.DisplayOnly(ID)
\image html image33.png
- Show all dimensions - shows all of the persistent dimensions created for the selected geometrical object.
- Hide all dimensions - hides all of the persistent dimensions created for the selected geometrical object.
- \subpage dependency_tree_page "Show dependency tree" - shows dependency tree of selected objects
in new 2D View Window.
- \subpage reduce_study_page "Reduce study" - allows to reduce study
by automatic removing objects according to user's options.
- 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.
*/