geom/doc/salome/gui/GEOM/input/viewing_geom_obj.doc

83 lines
3.0 KiB
Plaintext
Raw Normal View History

/*!
2009-02-13 17:16:39 +05:00
\page view_geom_obj_page Viewing geometrical objects
Newly created geometrical objects are automatically displayed in
the <b>OCC 3D Viewer</b>.
<b>OCC 3D Viewer</b> is described in the documentation on <b>GUI
module</b>.
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
<ul>
<li><b>Rename</b> - allows to change the name of the geometric
object.</li>
<li><b>Delete</b> - irreversibly deletes the selected object from the
viewer and from the Object Browser.</li>
2009-02-13 17:16:39 +05:00
<li>\subpage display_mode_page "Display Mode" - allows to select between
Wireframe and Shading presentation.</li>
2009-02-13 17:16:39 +05:00
<li>\subpage color_page "Color" - allows to change the filling color in
the standard <b>Select Color</b> menu.</li>
2009-02-13 17:16:39 +05:00
<li>\subpage transparency_page "Transparency" - allows to change the
transparency of geometrical objects.</li>
2009-02-13 17:16:39 +05:00
<li>\subpage isolines_page "Isos" - allows to change the number of
isolines displayed within a shape.</li>
<li>\subpage deflection_page "Deflection" - allows to change the
deviation coefficient of a shape.</li>
2009-12-08 17:05:55 +05:00
<li>\subpage point_marker_page "Point Marker" - allows to change the
representation of geometrical vertices.</li>
2009-08-25 18:28:49 +06:00
<li><b>Auto color</b> / <b>Disable auto color</b> - activates the auto color
mode. When the auto color mode is enabled, the groups created on the
2009-07-27 11:26:04 +06:00
sub-shapes of the selected geometrical object are automatically
coloured by the unique colors. TUI Commands :
<em>go.SetAutoColor(enable)</em>, <em>enabled = go.GetAutoColor()</em></li>
<li><b>Hide</b> - allows to hide the selected geometrical object from the
viewer. TUI Command : <em>sg.EraseOnly(ID)</em></li>
\image html image18.png
<li><b>Hide all</b> - allows to hide all objects from the viewer. TUI
Command: <em>sg.EraseAll()</em></li>
\image html image26.png
2009-02-13 17:16:39 +05:00
<li><b>Show Only</b> - allows to display only the selected
geometrical object. TUI Command: <em>sg.DisplayOnly(ID)</em></li>
\image html image33.png
<li><b>Dump view</b> - exports an object from the viewer in bmp, png,
jpg or jpeg image format.</li>
<li><b>Change background</b> - allows to redefine the background
color. By default it is black.</li>
</ul>
Some of these functionalities are available through right-clicking
on the viewer background:
\image html image22.png <br>
<ul>
<li><b>Select Only</b> provides a filter for exclusive selection of objects of a certain type.</li>
</ul>
2009-08-25 18:28:49 +06:00
The the following commands appear in the Object Browser context menu
under certain conditions:
\image html ob_popup_menu.png <br>
<ul>
2009-08-25 18:28:49 +06:00
<li>\subpage work_with_groups_page "Create Group" - allows creating groups of geometrical objects.</li>
<li><b>Hide Children</b> / <b>Show Children</b> - hides / shows child
sub-objects in the Object Browser, if the selected geometr object has
child objects. When some child objects are hidden, the name of the
parent object is hilghlighted with bold font.</li>
</ul>
*/