Angular copy
============
+
+
+.. image:: images/AngularCopy.png
+ :align: center
+
+.. centered::
+ Angular copy definition
Common
======
+
+
+.. image:: images/Common.png
+ :align: center
+
+.. centered::
+ Common definition
Cut
===
+
+
+.. image:: images/Cut.png
+ :align: center
+
+.. centered::
+ Cut definition
.. _featuresPlugin:
-Fearures plug-in
+Features plug-in
================
Fill
====
+
+
+.. image:: images/Fill.png
+ :align: center
+
+.. centered::
+ Fill definition
Fillet
======
+
+
+.. image:: images/Fillet.png
+ :align: center
+
+.. centered::
+ Fillet definition
Fuse
====
+
+
+.. image:: images/Fuse.png
+ :align: center
+
+.. centered::
+ Fuse definition
Intersection
============
+
+
+.. image:: images/Intersection.png
+ :align: center
+
+.. centered::
+ Intersection definition
Linear copy
===========
+
+
+.. image:: images/LinearCopy.png
+ :align: center
+
+.. centered::
+ Linear copy
Measurement
===========
+
+
+.. image:: images/Measurement1.png
+ :align: center
+
+.. centered::
+ Edge length
+
+
+
+.. image:: images/Measurement2.png
+ :align: center
+
+.. centered::
+ Distance between objects
+
+
+
+.. image:: images/Measurement3.png
+ :align: center
+
+.. centered::
+ Radius
+
+
+
+.. image:: images/Measurement4.png
+ :align: center
+
+.. centered::
+ Angle between edges
+
+
+
+.. image:: images/Measurement5.png
+ :align: center
+
+.. centered::
+ Angle by 3 points
Partition
=========
+
+
+.. image:: images/Partition.png
+ :align: center
+
+.. centered::
+ Partition definition
Pipe
====
+
+
+.. image:: images/Pipe1.png
+ :align: center
+
+.. centered::
+ Pipe by object and path
+
+
+.. image:: images/Pipe2.png
+ :align: center
+
+.. centered::
+ Pipe by object, path and Bi-normal
+
+
+.. image:: images/Pipe3.png
+ :align: center
+
+.. centered::
+ Pipe by object, path and locations
Placement
=========
+
+
+.. image:: images/Placement.png
+ :align: center
+
+.. centered::
+ Placement definition
Recover
=======
+
+
+.. image:: images/Recover.png
+ :align: center
+
+.. centered::
+ Recover operation
Remove sub-shapes
=================
+
+
+.. image:: images/RemoveSubShapes.png
+ :align: center
+
+.. centered::
+ Remove sub-shapes
Rotation
========
+
+
+.. image:: images/Rotation1.png
+ :align: center
+
+.. centered::
+ Rotation by axis and angle
+
+
+.. image:: images/Rotation2.png
+ :align: center
+
+.. centered::
+ Rotation by center and points
Smash
=====
+
+
+.. image:: images/Smash.png
+ :align: center
+
+.. centered::
+ Smash definition
Symmetry
========
+
+
+.. image:: images/Symmetry.png
+ :align: center
+
+.. centered::
+ Symmetry definition
Translation
===========
+
+
+.. image:: images/Translation1.png
+ :align: center
+
+.. centered::
+ Translation by axis and distance
+
+
+.. image:: images/Translation2.png
+ :align: center
+
+.. centered::
+ By vector
+
+
+.. image:: images/Translation3.png
+ :align: center
+
+.. centered::
+ By two points
Union
=====
+
+
+.. image:: images/Union.png
+ :align: center
+
+.. centered::
+ Union definition
</doublevalue>
</box>
<box id="ByDimensions"
- title="By dimensions in X, in X and in Z"
+ title="By X, Y and Z dimensions"
icon="icons/Features/translation_dxyz_32x32.png">
<multi_selector id="main_objects"
label="Main objects"
if (aOperation) {
QString aDocDir;
const QChar aSep = QDir::separator();
-#ifdef HAVE_SALOME
- QString aDir(getenv("SHAPER_ROOT_DIR"));
- if (!aDir.isEmpty()) {
- aDocDir = aDir + aSep + "share" + aSep + "doc" + aSep +
- "salome" + aSep + "gui" + aSep + "SHAPER";
- }
- SUIT_ResourceMgr* aResMgr = ModuleBase_Preferences::resourceMgr();
QString platform;
+ SUIT_ResourceMgr* aResMgr = ModuleBase_Preferences::resourceMgr();
#ifdef WIN32
platform = "winapplication";
#else
platform = "application";
#endif
QString aBrowserName = aResMgr->stringValue("ExternalBrowser", platform);
+
+#ifdef HAVE_SALOME
+ QString aDir(getenv("SHAPER_ROOT_DIR"));
+ if (!aDir.isEmpty()) {
+ aDocDir = aDir + aSep + "share" + aSep + "doc" + aSep +
+ "salome" + aSep + "gui" + aSep + "SHAPER";
+ }
#else
- QString aBrowserName("C:\\Program Files\\Internet Explorer\\iexplore.exe");
QString aDir(getenv("OPENPARTS_ROOT_DIR"));
aDocDir = aDir + aSep + "doc";
#endif