2014-06-06 18:08:47 +06:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page dependency_tree_page Dependency Tree
|
|
|
|
|
2014-06-24 18:52:22 +06:00
|
|
|
<ul>
|
|
|
|
<li>\ref dependency_tree_general_description_anchor "General description"</li>
|
|
|
|
<li>\ref dependency_tree_nodes_anchor "Nodes" </li>
|
|
|
|
<li>\ref dependency_tree_links_anchor "Links" </li>
|
|
|
|
<li>\ref dependency_tree_operations_anchor "Operations" </li>
|
|
|
|
<li>\ref dependency_tree_navigation_anchor "Navigation" </li>
|
|
|
|
<li>\ref dependency_tree_popup_menu_anchor "Context menu"</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
\anchor dependency_tree_general_description_anchor <h2>General description</h2>
|
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
You can display the ascendants and descendants of object(s) in a tree structure to better understand the relations between the %GEOM
|
|
|
|
objects in a study .
|
|
|
|
|
|
|
|
To build the dependency tree, select the necessary object or objects (multiple
|
|
|
|
selection is supported) in the Object Browser or OCC Viewer and call "Show dependency tree" context menu item.
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
\image html tree_example.png
|
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
|
|
|
|
"Dependency Tree" view window will display the dependency tree for the selected object.
|
|
|
|
It is also possible to select an object(s) directly in the "Dependency Tree" view and to rebuild the tree by selecting
|
|
|
|
"Rebuild the tree" context menu item.
|
|
|
|
|
|
|
|
All necessary parameters of Dependency Tree Viewer can be edited in the \ref pref_dependency_tree "Preferences".
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
<hr>
|
2014-06-24 18:52:22 +06:00
|
|
|
\anchor dependency_tree_nodes_anchor <h2>Nodes</h2>
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
Tree nodes in the Dependency Viewer are named according to the study
|
|
|
|
names of the corresponding objects.
|
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
All nodes have fixed size, so long names are cut; the full object name can be seen in the tooltip
|
|
|
|
when the cursor is hovered over the node.
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-06-06 20:25:29 +06:00
|
|
|
"Dependency Tree" view supports the following states of nodes:
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<ul><li><b>Main node</b> - corresponds to the main object(s) selected in Object
|
|
|
|
Browser, OCC Viewer or Dependency Tree Viewer;</li></ul>
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_main_node.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<ul><li><b>Default node</b> - ascendant or descendant node of the dependency tree corresponding to an object published in the study;</li></ul>
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_default_node.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<ul><li><b>Unpublished node</b> - corresponds to an object that was not published in the study;</li></ul>
|
2014-06-06 18:08:47 +06:00
|
|
|
\image html tree_unpublished_node.png
|
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<ul><li><b>Highlighted node</b> - the state of a node when the mouse cursor is hovered over it;</li></ul>
|
2014-06-06 18:08:47 +06:00
|
|
|
\image html tree_highlighted_node.png
|
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<ul><li><b>Selected node</b> - the state of node when the user clicks the left mouse button it.</li></ul>
|
2014-06-06 18:08:47 +06:00
|
|
|
\image html tree_selected_node.png
|
|
|
|
|
|
|
|
<hr>
|
2014-06-24 18:52:22 +06:00
|
|
|
\anchor dependency_tree_links_anchor <h2>Links</h2>
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
Dependency Tree Viewer shows oriented links between nodes to
|
2014-10-27 15:05:11 +05:00
|
|
|
represent the dependency direction. The viewer supports the following states of links:
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-11-10 13:25:00 +05:00
|
|
|
<ul><li><b>Unidirectional link</b> - shows that object B depends on object A;</li></ul>
|
2014-06-06 18:08:47 +06:00
|
|
|
\image html tree_unidir_link.png
|
|
|
|
|
2014-11-10 13:25:00 +05:00
|
|
|
<ul><li><b>Bidirectional link</b> - shows that object B depends on
|
|
|
|
object A and, at the same time, object A depends on object B;</li></ul>
|
2014-06-06 18:08:47 +06:00
|
|
|
\image html tree_bidir_link.png
|
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<ul><li><b>Self-dependency link</b> - shows that an object depends on itself;</li></ul>
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_selfdep_link.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-11-10 13:25:00 +05:00
|
|
|
<ul><li><b>Cyclic dependency links</b> - shows cyclic dependency of some nodes.</li></ul>
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_cycldep_link.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
<hr>
|
2014-10-27 15:05:11 +05:00
|
|
|
\anchor dependency_tree_operations_anchor <h2>Viewer Operations</h2>
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
The dependency tree of a chosen %GEOM object is displayed in
|
|
|
|
the dedicated 2D view window.
|
|
|
|
\n The functionalities of 2D viewer are available via its Viewer
|
|
|
|
Toolbar.
|
|
|
|
|
|
|
|
Buttons marked with small downward triangles have extended
|
|
|
|
functionality which can be accessed by locking on them with left
|
|
|
|
mouse button.
|
|
|
|
|
|
|
|
\image tree_tool_bar
|
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<b>Dump View</b> - exports the current scene in bmp, png or jpeg image format.
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_view_dump.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
<b>Fit all</b> - scales the presentation so that it could fit within
|
|
|
|
the Viewer boundaries.
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_view_fitall.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
<b>Fit area</b> - resizes the view to place in the visible area only
|
|
|
|
the contents of a frame drawn with pressed left mouse button.
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_view_fitarea.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
<b>Fit selection</b> - resizes the view to fit in the visible area
|
|
|
|
only currently selected objects.
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_view_fitselect.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
<b>Zoom</b> - allows to zoom in and out.
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_view_zoom.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
<b>Panning</b> - if the represented objects are greater that the
|
|
|
|
visible area and you don't wish to use <b>Fit all</b> functionality,
|
|
|
|
click on this button and you'll be able to drag the scene to see its
|
|
|
|
remote parts.
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_view_pan.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
<b>Global panning</b> - allows to select a point to be the center of
|
|
|
|
the presentation showing all displayed objects in the visible ares.
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_view_glpan.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
<b>Hierarchy depth</b> - allows to change the number of hierarchy
|
|
|
|
levels to be shown in the dependency tree.
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_hierarchy_type.png
|
2014-06-06 18:08:47 +06:00
|
|
|
<ul>
|
|
|
|
<li>Level 1 corresponds to the parents and children of the selected
|
|
|
|
object(s);</li>
|
2014-10-27 15:05:11 +05:00
|
|
|
<li>Level 2 adds the grand-parents and grand-children
|
2014-06-06 18:08:47 +06:00
|
|
|
of the selected object(s);</li>
|
|
|
|
<li>etc...</li>
|
|
|
|
</ul>
|
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<b>Display ascendants</b> - allows showing/hiding the ascendants.
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_disp_ascendants.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<b>Display descendants</b> - allows showing/hiding the descendants.
|
2014-06-06 20:25:29 +06:00
|
|
|
\image html tree_disp_descendants.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<b>Move nodes</b> -if checked, it is possible to move nodes in the viewer.
|
2014-06-06 18:08:47 +06:00
|
|
|
\image html tree_move_nodes.png
|
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<b>Update</b> - updates the dependency tree view, reflecting changes introduced in the hierarchy.
|
2014-06-06 18:08:47 +06:00
|
|
|
\image html tree_button_update.png
|
|
|
|
|
|
|
|
<hr>
|
2014-10-27 15:05:11 +05:00
|
|
|
\anchor dependency_tree_navigation_anchor <h2>Selection and Shortcuts</h2>
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-06-06 20:25:29 +06:00
|
|
|
<ul>
|
2014-10-27 15:05:11 +05:00
|
|
|
<li>It is possible to select multiple nodes in the view by rectangle selection or by clicking nodes when \b Shift button
|
2014-06-06 20:25:29 +06:00
|
|
|
is pressed.</li>
|
|
|
|
</ul>
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
Holding \b Ctrl key with pressed mouse buttons performs
|
2014-06-06 18:08:47 +06:00
|
|
|
the following view transformations:
|
|
|
|
<ul>
|
|
|
|
<li>Ctrl + left mouse button - zooming;</li>
|
|
|
|
<li>Ctrl + middle mouse button - panning;</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<hr>
|
2014-10-27 15:05:11 +05:00
|
|
|
\anchor dependency_tree_popup_menu_anchor <h2>Context Menu</h2>
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
The following operations are available from the context menu of the selected object.
|
2014-06-06 18:08:47 +06:00
|
|
|
|
2014-06-24 14:36:49 +06:00
|
|
|
\image html tree_popup_menu1.png
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
<ul>
|
2014-10-27 15:05:11 +05:00
|
|
|
<li>\b Show - shows the selected object(s) in OCC 3D Viewer;</li>
|
|
|
|
<li><b> Show Only</b> - shows only the selected object(s) in OCC 3D Viewer;</li>
|
|
|
|
<li><b> Rebuild the tree</b> - rebuilds the dependency tree
|
2014-06-06 18:08:47 +06:00
|
|
|
for selected object(s);</li>
|
2014-10-27 15:05:11 +05:00
|
|
|
<li>\ref reduce_study_page "Reduce study" - allows reducing the study.</li>
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
\image html tree_popup_menu2.png
|
|
|
|
|
2014-10-27 15:05:11 +05:00
|
|
|
<li>It is also possible to customize the background of Dependency Tree 2D Viewer using the
|
|
|
|
corresponding context menu command.</li>
|
|
|
|
</ul>
|
2014-06-06 18:08:47 +06:00
|
|
|
|
|
|
|
*/
|