From 29b981b9596d76e8c421de48977233fa3c629eca Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 20 Aug 2018 14:36:33 +0300 Subject: [PATCH] Fix for help pages --- doc/gui/CMakeLists.txt | 6 ++ .../gui/Introduction.rst | 3 + doc/gui/index.rst.in | 2 + src/FeaturesPlugin/doc/FeaturesPlugin.rst | 15 +++-- .../doc/TUI_placementFeature.rst | 0 .../doc/angularCopyFeature.rst | 0 src/FeaturesPlugin/doc/commonFeature.rst | 10 ++-- src/FeaturesPlugin/doc/cutFeature.rst | 10 ++-- .../doc/examples/placement.py | 0 src/FeaturesPlugin/doc/fillFeature.rst | 10 ++-- src/FeaturesPlugin/doc/fuseFeature.rst | 10 ++-- .../doc/images/AngularCopy.png | Bin .../doc/images/CreatedPlacement.png | Bin .../doc/images/LinearCopy.png | Bin .../doc/images/Measurement1.png | Bin .../doc/images/Measurement2.png | Bin .../doc/images/Measurement3.png | Bin .../doc/images/Measurement4.png | Bin .../doc/images/Measurement5.png | Bin .../doc/images/Placement.png | Bin .../doc/images/Rotation1.png | Bin .../doc/images/Rotation2.png | Bin .../doc/images/Symmetry.png | Bin .../doc/images/Translation1.png | Bin .../doc/images/Translation2.png | Bin .../doc/images/Translation3.png | Bin .../doc/images/placement_btn.png | Bin .../doc/intersectionFeature.rst | 8 +-- .../doc/linearCopyFeature.rst | 0 .../doc/measurementFeature.rst | 0 src/FeaturesPlugin/doc/partitionFeature.rst | 8 +-- .../doc/placementFeature.rst | 0 .../doc/rotationFeature.rst | 0 .../doc/symmetryFeature.rst | 0 .../doc/translationFeature.rst | 0 src/GDMLPlugin/doc/coneFeature.rst | 16 +++-- src/GDMLPlugin/doc/ellipsoidFeature.rst | 10 +++- src/IntroductionPlugin/doc/index.rst_add.in | 56 ------------------ src/PartSetPlugin/doc/PartSetPlugin.rst | 14 ----- 39 files changed, 63 insertions(+), 115 deletions(-) rename src/IntroductionPlugin/doc/IntroductionPlugin.rst => doc/gui/Introduction.rst (94%) mode change 100755 => 100644 rename src/{PartSetPlugin => FeaturesPlugin}/doc/TUI_placementFeature.rst (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/angularCopyFeature.rst (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/examples/placement.py (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/AngularCopy.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/CreatedPlacement.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/LinearCopy.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Measurement1.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Measurement2.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Measurement3.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Measurement4.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Measurement5.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Placement.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Rotation1.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Rotation2.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Symmetry.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Translation1.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Translation2.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/Translation3.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/images/placement_btn.png (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/linearCopyFeature.rst (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/measurementFeature.rst (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/placementFeature.rst (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/rotationFeature.rst (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/symmetryFeature.rst (100%) rename src/{PartSetPlugin => FeaturesPlugin}/doc/translationFeature.rst (100%) delete mode 100755 src/IntroductionPlugin/doc/index.rst_add.in diff --git a/doc/gui/CMakeLists.txt b/doc/gui/CMakeLists.txt index f66b3e2c8..40e5dd665 100644 --- a/doc/gui/CMakeLists.txt +++ b/doc/gui/CMakeLists.txt @@ -22,6 +22,12 @@ SET(input ${CMAKE_CURRENT_SOURCE_DIR}/conf.py.in) SET(output ${CMAKE_CURRENT_BINARY_DIR}/conf.py) +SET(DOC_FILES + Introduction.rst + ) + +FILE( COPY ${DOC_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) + CONFIGURE_FILE(${input} ${output}) #sphinx-build -b html -c doc -D latex_paper_size=a4 -d doc/doctree /dn23/PPGP/vsv/SALOME730/SOURCES/PPGP_SRC/doc doc/html diff --git a/src/IntroductionPlugin/doc/IntroductionPlugin.rst b/doc/gui/Introduction.rst old mode 100755 new mode 100644 similarity index 94% rename from src/IntroductionPlugin/doc/IntroductionPlugin.rst rename to doc/gui/Introduction.rst index 30e17a6b0..7ff6e4573 --- a/src/IntroductionPlugin/doc/IntroductionPlugin.rst +++ b/doc/gui/Introduction.rst @@ -1,4 +1,7 @@ +.. _introduction: + + Introduction to SHAPER ====================== diff --git a/doc/gui/index.rst.in b/doc/gui/index.rst.in index fefd59609..8493bbaca 100644 --- a/doc/gui/index.rst.in +++ b/doc/gui/index.rst.in @@ -6,6 +6,8 @@ Welcome to SHAPER's documentation! ================================== +- :ref:`introduction` + .. toctree:: :titlesonly: :maxdepth: 1 diff --git a/src/FeaturesPlugin/doc/FeaturesPlugin.rst b/src/FeaturesPlugin/doc/FeaturesPlugin.rst index bb1d02b69..c9e95313f 100644 --- a/src/FeaturesPlugin/doc/FeaturesPlugin.rst +++ b/src/FeaturesPlugin/doc/FeaturesPlugin.rst @@ -7,7 +7,8 @@ Features plug-in .. toctree:: :titlesonly: :maxdepth: 1 - + + angularCopyFeature.rst commonFeature.rst cutFeature.rst extrusionCutFeature.rst @@ -16,14 +17,20 @@ Features plug-in fillFeature.rst filletFeature.rst fuseFeature.rst - intersectionFeature.rst + intersectionFeature.rst + linearCopyFeature.rst + measurementFeature.rst partitionFeature.rst - pipeFeature.rst + pipeFeature.rst + placementFeature.rst recoverFeature.rst removeSubShapesFeature.rst revolutionCutFeature.rst revolutionFeature.rst revolutionFuseFeature.rst + rotationFeature.rst smashFeature.rst - transformationFeature.rst + symmetryFeature.rst + transformationFeature.rst + translationFeature.rst unionFeature.rst diff --git a/src/PartSetPlugin/doc/TUI_placementFeature.rst b/src/FeaturesPlugin/doc/TUI_placementFeature.rst similarity index 100% rename from src/PartSetPlugin/doc/TUI_placementFeature.rst rename to src/FeaturesPlugin/doc/TUI_placementFeature.rst diff --git a/src/PartSetPlugin/doc/angularCopyFeature.rst b/src/FeaturesPlugin/doc/angularCopyFeature.rst similarity index 100% rename from src/PartSetPlugin/doc/angularCopyFeature.rst rename to src/FeaturesPlugin/doc/angularCopyFeature.rst diff --git a/src/FeaturesPlugin/doc/commonFeature.rst b/src/FeaturesPlugin/doc/commonFeature.rst index afdbdcda3..d4f4e72fa 100644 --- a/src/FeaturesPlugin/doc/commonFeature.rst +++ b/src/FeaturesPlugin/doc/commonFeature.rst @@ -2,7 +2,7 @@ Common ====== -To a create boolean opration Common in the active part: +To perform a boolean opration Common in the active part: #. select in the Main Menu *Features - > Common* item or #. click **Common** button in the toolbar @@ -21,11 +21,9 @@ The following property panel will be opened: .. centered:: **Common operation** -It is necessary to select main objects and tool objects. - -**Apply** button creates the common shape. - -**Cancel** button cancels operation. +- **Main Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be common with tool objects. +- **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be common with main objects. +- **See preview** button shows a result of the operation. **TUI Command**: *model.addCommon(Part_doc, mainObjects, toolObjects)* diff --git a/src/FeaturesPlugin/doc/cutFeature.rst b/src/FeaturesPlugin/doc/cutFeature.rst index 947d7affe..07f77f07e 100644 --- a/src/FeaturesPlugin/doc/cutFeature.rst +++ b/src/FeaturesPlugin/doc/cutFeature.rst @@ -2,7 +2,7 @@ Cut === -To a create boolean opration Cut in the active part: +To perform a boolean opration Cut in the active part: #. select in the Main Menu *Features - > Cut* item or #. click **Cut** button in the toolbar @@ -21,11 +21,9 @@ The following property panel will be opened: .. centered:: **Cut operation** -Here it is necessary to select main objects and tool objects. - -**Apply** button creates the cut shape. - -**Cancel** button cancels operation. +- **Main Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be cut by tool objects. +- **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be cut main objects. +- **See preview** button shows a result of the operation. **TUI Command**: *model.addCut(Part_doc, mainObjects, toolObjects)* diff --git a/src/PartSetPlugin/doc/examples/placement.py b/src/FeaturesPlugin/doc/examples/placement.py similarity index 100% rename from src/PartSetPlugin/doc/examples/placement.py rename to src/FeaturesPlugin/doc/examples/placement.py diff --git a/src/FeaturesPlugin/doc/fillFeature.rst b/src/FeaturesPlugin/doc/fillFeature.rst index 82f68cd6f..e5a3c7dc1 100644 --- a/src/FeaturesPlugin/doc/fillFeature.rst +++ b/src/FeaturesPlugin/doc/fillFeature.rst @@ -2,7 +2,7 @@ Fill ==== -To a create boolean opration Fill in the active part: +To perform a boolean opration Fill in the active part: #. select in the Main Menu *Features - > Fill* item or #. click **Fill** button in the toolbar @@ -21,11 +21,9 @@ The following property panel will be opened: .. centered:: **Fill operation** -Here it is necessary to select main objects and tool objects. - -**Apply** button creates the fill shape. - -**Cancel** button cancels operation. +- **Main Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be cut and filled by tool objects. +- **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will cut and filled the main objects. +- **See preview** button shows a result of the operation. **TUI Command**: *model.addFill(Part_doc, mainObjects, toolObjects)* diff --git a/src/FeaturesPlugin/doc/fuseFeature.rst b/src/FeaturesPlugin/doc/fuseFeature.rst index c6131a336..2508013a6 100644 --- a/src/FeaturesPlugin/doc/fuseFeature.rst +++ b/src/FeaturesPlugin/doc/fuseFeature.rst @@ -2,7 +2,7 @@ Fuse ==== -To a create boolean opration Fuse in the active part: +To perform a boolean opration Fuse in the active part: #. select in the Main Menu *Features - > Fuse* item or #. click **Fuse** button in the toolbar @@ -21,11 +21,9 @@ The following property panel will be opened: .. centered:: **Fuse operation** -Here it is necessary to select main objects and tool objects. - -**Apply** button creates the fuse shape. - -**Cancel** button cancels operation. +- **Main Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be fused with tool objects. +- **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will fused with main objects. +- **See preview** button shows a result of the operation. **TUI Command**: *model.addFuse(Part_doc, mainObjects, toolObjects)* diff --git a/src/PartSetPlugin/doc/images/AngularCopy.png b/src/FeaturesPlugin/doc/images/AngularCopy.png similarity index 100% rename from src/PartSetPlugin/doc/images/AngularCopy.png rename to src/FeaturesPlugin/doc/images/AngularCopy.png diff --git a/src/PartSetPlugin/doc/images/CreatedPlacement.png b/src/FeaturesPlugin/doc/images/CreatedPlacement.png similarity index 100% rename from src/PartSetPlugin/doc/images/CreatedPlacement.png rename to src/FeaturesPlugin/doc/images/CreatedPlacement.png diff --git a/src/PartSetPlugin/doc/images/LinearCopy.png b/src/FeaturesPlugin/doc/images/LinearCopy.png similarity index 100% rename from src/PartSetPlugin/doc/images/LinearCopy.png rename to src/FeaturesPlugin/doc/images/LinearCopy.png diff --git a/src/PartSetPlugin/doc/images/Measurement1.png b/src/FeaturesPlugin/doc/images/Measurement1.png similarity index 100% rename from src/PartSetPlugin/doc/images/Measurement1.png rename to src/FeaturesPlugin/doc/images/Measurement1.png diff --git a/src/PartSetPlugin/doc/images/Measurement2.png b/src/FeaturesPlugin/doc/images/Measurement2.png similarity index 100% rename from src/PartSetPlugin/doc/images/Measurement2.png rename to src/FeaturesPlugin/doc/images/Measurement2.png diff --git a/src/PartSetPlugin/doc/images/Measurement3.png b/src/FeaturesPlugin/doc/images/Measurement3.png similarity index 100% rename from src/PartSetPlugin/doc/images/Measurement3.png rename to src/FeaturesPlugin/doc/images/Measurement3.png diff --git a/src/PartSetPlugin/doc/images/Measurement4.png b/src/FeaturesPlugin/doc/images/Measurement4.png similarity index 100% rename from src/PartSetPlugin/doc/images/Measurement4.png rename to src/FeaturesPlugin/doc/images/Measurement4.png diff --git a/src/PartSetPlugin/doc/images/Measurement5.png b/src/FeaturesPlugin/doc/images/Measurement5.png similarity index 100% rename from src/PartSetPlugin/doc/images/Measurement5.png rename to src/FeaturesPlugin/doc/images/Measurement5.png diff --git a/src/PartSetPlugin/doc/images/Placement.png b/src/FeaturesPlugin/doc/images/Placement.png similarity index 100% rename from src/PartSetPlugin/doc/images/Placement.png rename to src/FeaturesPlugin/doc/images/Placement.png diff --git a/src/PartSetPlugin/doc/images/Rotation1.png b/src/FeaturesPlugin/doc/images/Rotation1.png similarity index 100% rename from src/PartSetPlugin/doc/images/Rotation1.png rename to src/FeaturesPlugin/doc/images/Rotation1.png diff --git a/src/PartSetPlugin/doc/images/Rotation2.png b/src/FeaturesPlugin/doc/images/Rotation2.png similarity index 100% rename from src/PartSetPlugin/doc/images/Rotation2.png rename to src/FeaturesPlugin/doc/images/Rotation2.png diff --git a/src/PartSetPlugin/doc/images/Symmetry.png b/src/FeaturesPlugin/doc/images/Symmetry.png similarity index 100% rename from src/PartSetPlugin/doc/images/Symmetry.png rename to src/FeaturesPlugin/doc/images/Symmetry.png diff --git a/src/PartSetPlugin/doc/images/Translation1.png b/src/FeaturesPlugin/doc/images/Translation1.png similarity index 100% rename from src/PartSetPlugin/doc/images/Translation1.png rename to src/FeaturesPlugin/doc/images/Translation1.png diff --git a/src/PartSetPlugin/doc/images/Translation2.png b/src/FeaturesPlugin/doc/images/Translation2.png similarity index 100% rename from src/PartSetPlugin/doc/images/Translation2.png rename to src/FeaturesPlugin/doc/images/Translation2.png diff --git a/src/PartSetPlugin/doc/images/Translation3.png b/src/FeaturesPlugin/doc/images/Translation3.png similarity index 100% rename from src/PartSetPlugin/doc/images/Translation3.png rename to src/FeaturesPlugin/doc/images/Translation3.png diff --git a/src/PartSetPlugin/doc/images/placement_btn.png b/src/FeaturesPlugin/doc/images/placement_btn.png similarity index 100% rename from src/PartSetPlugin/doc/images/placement_btn.png rename to src/FeaturesPlugin/doc/images/placement_btn.png diff --git a/src/FeaturesPlugin/doc/intersectionFeature.rst b/src/FeaturesPlugin/doc/intersectionFeature.rst index 52580bc5c..cff31851f 100644 --- a/src/FeaturesPlugin/doc/intersectionFeature.rst +++ b/src/FeaturesPlugin/doc/intersectionFeature.rst @@ -2,7 +2,7 @@ Intersection ============ -To a create boolean opration Intersection in the active part: +To perform a boolean opration Intersection in the active part: #. select in the Main Menu *Features - > Intersection* item or #. click **Intersection** button in the toolbar @@ -21,11 +21,7 @@ The following property panel will be opened: .. centered:: **Intersection operation** -Here it is necessary to select some objects. - -**Apply** button creates the intersection shape. - -**Cancel** button cancels operation. +**Base Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be intersected. **TUI Command**: *model.addIntersection(Part_doc, Objects)* diff --git a/src/PartSetPlugin/doc/linearCopyFeature.rst b/src/FeaturesPlugin/doc/linearCopyFeature.rst similarity index 100% rename from src/PartSetPlugin/doc/linearCopyFeature.rst rename to src/FeaturesPlugin/doc/linearCopyFeature.rst diff --git a/src/PartSetPlugin/doc/measurementFeature.rst b/src/FeaturesPlugin/doc/measurementFeature.rst similarity index 100% rename from src/PartSetPlugin/doc/measurementFeature.rst rename to src/FeaturesPlugin/doc/measurementFeature.rst diff --git a/src/FeaturesPlugin/doc/partitionFeature.rst b/src/FeaturesPlugin/doc/partitionFeature.rst index 9a1b1e4b2..f03c28eb9 100644 --- a/src/FeaturesPlugin/doc/partitionFeature.rst +++ b/src/FeaturesPlugin/doc/partitionFeature.rst @@ -2,7 +2,7 @@ Partition ========= -To a create boolean opration Partition in the active part: +To perform a boolean opration Partition in the active part: #. select in the Main Menu *Features - > Partition* item or #. click **Partition** button in the toolbar @@ -21,11 +21,7 @@ The following property panel will be opened: .. centered:: **Partition operation** -Here it is necessary to select several objects. - -**Apply** button creates the partition shape. - -**Cancel** button cancels operation. +**Base Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be partitioned. **TUI Command**: *model.addPartition(Part_doc, objects)* diff --git a/src/PartSetPlugin/doc/placementFeature.rst b/src/FeaturesPlugin/doc/placementFeature.rst similarity index 100% rename from src/PartSetPlugin/doc/placementFeature.rst rename to src/FeaturesPlugin/doc/placementFeature.rst diff --git a/src/PartSetPlugin/doc/rotationFeature.rst b/src/FeaturesPlugin/doc/rotationFeature.rst similarity index 100% rename from src/PartSetPlugin/doc/rotationFeature.rst rename to src/FeaturesPlugin/doc/rotationFeature.rst diff --git a/src/PartSetPlugin/doc/symmetryFeature.rst b/src/FeaturesPlugin/doc/symmetryFeature.rst similarity index 100% rename from src/PartSetPlugin/doc/symmetryFeature.rst rename to src/FeaturesPlugin/doc/symmetryFeature.rst diff --git a/src/PartSetPlugin/doc/translationFeature.rst b/src/FeaturesPlugin/doc/translationFeature.rst similarity index 100% rename from src/PartSetPlugin/doc/translationFeature.rst rename to src/FeaturesPlugin/doc/translationFeature.rst diff --git a/src/GDMLPlugin/doc/coneFeature.rst b/src/GDMLPlugin/doc/coneFeature.rst index 9760c29b9..00597ec15 100644 --- a/src/GDMLPlugin/doc/coneFeature.rst +++ b/src/GDMLPlugin/doc/coneFeature.rst @@ -1,8 +1,8 @@ -Cone -==== +Cone segment +============ -To create a Cone in the active part: +To create a Cone segment in the active part: #. select in the Main Menu *GDML - > Cone segment* item or #. click **Cone segment** button in the toolbar. @@ -21,7 +21,15 @@ The following property panel will be opened: .. centered:: **Cone property panel** -**TUI Command**: *model.addConeSegment(Part_doc, 7, 11, 5, 8, 12, 0 , 270)* +The property panel contains image which explains meaning of input values: + +- **rmin1, rmax1** - minimal and maximal radiuses of a base of the cone. +- **rmin2, rmax2** - minimal and maximal rediuses of a top of the cone. +- **z** is a heighth of the cone. +- **startphi** is a starting angle of the cone segment. +- **deltaphi** is an angle to end of the cone segment. + +**TUI Command**: *model.addConeSegment(Part_doc, rmin1, rmax1, rmin2, rmax2, z, startphi, deltaphi)* **Arguments**: Part + Rmin of base + Rmax of base + Rmin of top + Rmax of top + height + start angle + end angle. diff --git a/src/GDMLPlugin/doc/ellipsoidFeature.rst b/src/GDMLPlugin/doc/ellipsoidFeature.rst index a8bd95158..6cb83ae30 100644 --- a/src/GDMLPlugin/doc/ellipsoidFeature.rst +++ b/src/GDMLPlugin/doc/ellipsoidFeature.rst @@ -21,7 +21,15 @@ The following property panel will be opened: .. centered:: **Ellipsoid property panel** -**TUI Command**: *model.addEllipsoid(Part_doc, 10, 20, 40)* +The property panel contains image which explains meaning of input values: + +- **ax** is a size of the ellipsoind along X axis. +- **by** is a size of the ellipsoind along Y axis. +- **cz** is a size of the ellipsoind along Z axis. +- **zcut1** is a z coordinate of a lower cut plane. +- **zcut2** is a z coordinate of a upper cut plane. + +**TUI Command**: *model.addEllipsoid(Part_doc, ax, by, cz)* **Arguments**: Part + ax + by + cz. diff --git a/src/IntroductionPlugin/doc/index.rst_add.in b/src/IntroductionPlugin/doc/index.rst_add.in deleted file mode 100755 index 15b9bc96a..000000000 --- a/src/IntroductionPlugin/doc/index.rst_add.in +++ /dev/null @@ -1,56 +0,0 @@ -The main window of the application consists of the following components: - -- :ref:`main_menu` - -.. _main_menu: - -Main menu ---------- - -Main menu provides access to all commands of the application. - - -Dock windows ------------- - -Standard dock windows are: - -- :ref:`object_browser` -- :ref:`inspection_panel` -- :ref:`python console` -- :ref:`property_panel` - - - -Dock windows can be placed in three dock areas: -- left, -- right, -- bottom. - -By default object browser window is placed at left area of the main window and Python console is placed as a one tab in main menu (see Figure 2) in order to make them more compact. -user can close any dock window. To open it again he can use a corresponded command from pop-up menu on static part of main menu -.. _object_browser: - -Object browser -^^^^^^^^^^^^^^ - -.. _property_panel: - -Property panel -^^^^^^^^^^^^^^ - -By default Property Panel is hidden. It can be shown on operation start if XML description of this operation is not empty. By default the Property Panel is shown at left side. If Object Browser is shown at the same side then they will be tabbed - -.. _inspection_panel: - -Inspection panel -^^^^^^^^^^^^^^^^ - -.. _python console: - -Python console -^^^^^^^^^^^^^^ - - -It is supposed that the application only a one OCC viewer will support. It means that the application will be able to show only a one 3d space. This 3d space can be represented in several view windows. Each of view windows will represent its own point of view on the 3d scene. This point of view can be modified by user with help of viewer commands like panning, zooming, scaling and so on. -Architecture and functionality of viewer will be very similar to OCCViewer component from SALOME with modifications of view window look&feel. diff --git a/src/PartSetPlugin/doc/PartSetPlugin.rst b/src/PartSetPlugin/doc/PartSetPlugin.rst index 50a5545a6..9dfd89688 100644 --- a/src/PartSetPlugin/doc/PartSetPlugin.rst +++ b/src/PartSetPlugin/doc/PartSetPlugin.rst @@ -3,17 +3,3 @@ Part plug-in ============= - - -.. toctree:: - :titlesonly: - :maxdepth: 1 - - angularCopyFeature.rst - linearCopyFeature.rst - measurementFeature.rst - placementFeature.rst - rotationFeature.rst - symmetryFeature.rst - translationFeature.rst - -- 2.39.2