Salome HOME
[bos #29336] problem in inertia calculus
[modules/geom.git] / doc / salome / gui / GEOM / input / arranging_study_objects_page.doc
1 /*!
2 \page arranging_study_objects_page Viewing objects in the Object Browser
3
4 <h2> Context Menu </h2>
5
6 Newly created or imported geometrical objects are listed in the Object Browser. 
7 The following commands appear in the Object Browser context menu under certain conditions:
8
9 \image html ob_popup_menu.png <br>
10
11 <ul>
12 <li>\ref work_with_groups_page "Create Group" - allows creating groups of geometrical objects.</li>
13
14 <li><b>Conceal child items</b> / <b>Disclose child items</b> - hides / shows child
15 sub-objects in the Object Browser, if the selected geometric object has
16 child objects. When some child objects are hidden, the name of the
17 parent object is highlighted with bold font.</li>
18
19 <li><b>Show Only Children</b> - erases from the current viewer all objects
20 and then displays only the children of the selected object(s).
21 </li>
22
23 \anchor publish_hidden_objects
24 <li><b>Unpublish</b> - hides the selected geometric object from the Object Browser 
25   and erases it from all viewers. To publish unpublished geometric objects select in the 
26   context menu of the <b>Geometry</b> root object <b>Publish...</b> item. 
27   The following dialog box will appear
28
29   \image html publish_dlg.png <br>
30
31   Switch the check-box near the appropriate object and
32   click <b>Publish</b> or <b>Publish And Close</b> button. 
33
34   "Eye" icons in this dialog box allow previewing unpublished objects in the viewer. By default all 
35   unpublished objects are sorted by name in ascending order. It is possible
36   to change the order (ascending / descending) by clicking the corresponding title bar of the objects list.
37 </li>
38
39 <li>\ref dependency_tree_page "Show dependency tree" - shows the dependency tree with parents and children of the selected object
40 in a new 2D View Window.</li>
41
42 <li>\ref reduce_study_page "Reduce study" - allows reducing the study by removing objects from it.</li>
43 </ul>
44
45 <h2> Folders </h2>
46
47 In the Object Browser it is possible to classify geometrical objects into folders.
48
49 To create a folder select <b> Create folder</b> item in the context menu of the root \b Geometry Object Browser item or in another folder.
50
51 The objects can be added into folders by drag and drop 
52
53 \note Only two categories of objects can be moved into folder:
54 - geometrical model(s) under root "Geometry" item or under any folder;
55 - another folder.
56
57 If a geometrical object has more than one child sub-object, it is possible to sort them in ascending order by selecting <b>Sort children</b> context menu item of the parent object.
58
59 Our <b>TUI Scripts</b> provide you with useful examples of 
60 \ref tui_arranging_study_objects "Arranging objects in study".
61
62 <h2>Information Window</h2>
63 At the bottom of the Object Browser, there is \b Information
64 window providing some information on a selected geometric object:
65
66 \image html creation_op_info.png Information window
67
68 - <b>Creation operation</b> shows a name of the operation
69 used to create the selected object.
70 - The table below lists \b Parameters used to create the
71 selected object and their \b Values.
72
73 */
74