- three planes **YOZ**, **XOZ**, **XOY** coinciding with coordinate planes. \r
\r
Only points, axis and plane (see :ref:`constructionPlugin`) and sketches (see :ref:`sketchPlugin`) can be added in Partset to be used in any part later.\r
-:ref:`parameters` created can be also used both in Partset and any Part.\r
+:ref:`parameters` created can be used both in Partset and any Part.\r
\r
If parameter name in Partset and Part are identical then Part parameter has higher prority.\r
\r
- :ref:`python console`\r
- :ref:`property_panel`\r
\r
-Dock windows can be placed in three dock areas:\r
+Dock windows can be placed in three dock areas using drag-and -drop:\r
\r
- left, \r
- right, \r
- bottom.\r
\r
-By default object browser window is placed at the left dock area, Inspection panel at the right dock area and Python console at the bottom dock area of the main window and Property Panel is hidden.\r
+By default object browser window is placed at the left dock area, Inspection panel at the right dock area and Python console at the bottom dock area of the main window.\r
+\r
+Property Panel is hidden.\r
\r
The Property Panel is shown on operation start at left dock area of the main window by default.\r
\r
Object browser\r
^^^^^^^^^^^^^^\r
\r
-Object browser contains all documents created in the active study shown in Tree View.\r
+Object browser contains all documents created in the current study. shown in Tree View.\r
+\r
+Each document includes standard branches where created objects are placed.\r
+\r
+Documents with branches are shown in Tree View.\r
+\r
+.. image:: images/object_browser.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Object browser. Partset active\r
+\r
\r
-Partset includes the following branches:\r
+Partset includes three branches:\r
\r
- Parameters;\r
- Constructions;\r
\r
- Parameters;\r
- Constructions;\r
-- Results; \r
+- Results.\r
+\r
+Features are placed one after another in the active document with default names and their results are placed in the corresponding branch.\r
+\r
+Each feature, result, construction, group, field, parameter can be renamed using *Rename* pop-up menu command.\r
+\r
+.. image:: images/popup_menu_object_browser_feature.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Feature pop-up menu\r
+\r
+.. image:: images/popup_menu_object_browser_result.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Result pop-up menu\r
+\r
+.. image:: images/popup_menu_object_browser_construction.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Construction pop-up menu\r
+\r
+Order of featurs can be changed using *Move to the end* pop-up menu command. Selected feature will be moved to the end of feture list.\r
+\r
+Folders can be used to arrange long Tree View for features.\r
+\r
+.. image:: images/object_browser_folder.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Object browser with folder Dome. Part_1 active\r
+\r
+*Insert a folder before* pop-up menu command creates a new empty folder before the selected feature. Folder can be renamed.\r
+\r
+Features placed after/before the created folder can be moved into the folder using *Move into the previous folder* / *Move into the next folder* pop-up menu command.\r
+\r
+This allows to decrease length of feature list.\r
+\r
+Features can be removed from folder back using *Move out before the folder* / *Move out after the folder* pop-up menu command.\r
+\r
+*Clean history* pop-up menu command looks for features that do not participate in other features.\r
+\r
+**Clean history** dialog box shows list of unused features. After confirmation by click **Yes** button unused features are removed.\r
+\r
+.. image:: images/clean_history.png\r
+ :align: center\r
+\r
+.. centered::\r
+ **Clean history** dialog box\r
+\r
+\r
+*Select result* and *Select parent feature* pop-up menu commands help to navigate along Tree View.\r
\r
+\r
+Feature together with its result can be deleted using *Delete* pop-up menu command.\r
+\r
+Note that all features using removed feature and their results will be removed simulteneously.\r
+\r
+**Delete feature** dialog box shows list of feature to be removed. After confirmation by click **Yes** button all these features are removed.\r
+\r
+\r
+.. image:: images/delete_feature.png\r
+ :align: center\r
+\r
+.. centered::\r
+ **Delete feature** dialog box\r
+ \r
.. _property_panel:\r
\r
Property panel\r
Inspection panel \r
^^^^^^^^^^^^^^^^\r
\r
+Inspection panel provides the list of types and quantities of all topological entities, composing the selected result, consruction or feature.\r
+\r
+.. image:: images/inspection_panel.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Inspection panel for default Box\r
+\r
+**Object** displays name of the selected result, consruction or feature.\r
+\r
+**Type** characterizes the whole shape.\r
+ \r
+The information about Point, Axis or Edge additionally shows coordinates of point / end points.\r
+\r
+.. image:: images/inspection_panel_line.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Inspection panel for Axis\r
+ \r
+\r
+The information about Plane, Face additionally shows coordinates of center point and direction of normal.\r
+\r
+.. image:: images/inspection_panel_line.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Inspection panel for Face \r
+\r
+ \r
+\r
.. _python console:\r
\r
Python console\r
^^^^^^^^^^^^^^\r
\r
+Python console interpreters Python commands entered manually.\r
+\r
+In particular, it is possble to load python script:\r
+\r
+*execfile(r"/dn48/newgeom/data/example.py")*\r
+\r
+Pop-up menu allows:\r
+\r
+- Copy selected text to clipboard;\r
+- Paste text from clipboard to Python console ;\r
+- Clear Python console;\r
+- Dump commands from console into the specified file;\r
+- Start/Stop writing log into the specified file. \r
+ \r
+\r
+.. image:: images/python_console_popup.png\r
+ :align: center\r
+\r
+.. centered::\r
+ Pop-up menu of Python console\r
+\r
.. _viewer:\r
\r
Viewer\r
\r
The application supports one OCC 3D viewer and is able to show only one 3D space.\r
\r
-Architecture and functionality of OCC 3D Viewer is provided in GUI module user's guide in chapter **OCC 3D Viewer**.\r
-\r
This 3D space can be represented in several view windows. New view window can be created using **Clone view** button in viewer toolbar.\r
\r
Each of view windows represents its own point of view on the 3D scene.\r
.. centered::\r
Two view windows\r
\r
- \r
+Description of OCC 3D Viewer architecture and functionality is provided in GUI module user's guide in chapter **OCC 3D Viewer**.\r
+\r
+\r
.. _parameters:\r
\r
Parameters\r