]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesAPI/FeaturesAPI_MultiRotation.h
Salome HOME
Task 3.2. To keep compounds’ sub-shapes for all operations (issue #3139)
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_MultiRotation.h
index 6c33affb060c6061837f4e7f7495ae94ab28271b..0b87f76f2ab3116aefa65292d7cab1c379f55ea5 100644 (file)
 
 #include <FeaturesPlugin_MultiRotation.h>
 
+#include <ModelHighAPI_Integer.h>
 #include <ModelHighAPI_Interface.h>
 #include <ModelHighAPI_Macro.h>
 
 class ModelHighAPI_Double;
 class ModelHighAPI_Dumper;
-class ModelHighAPI_Integer;
 class ModelHighAPI_Selection;
 
 /// \class FeaturesAPI_MultiRotation
@@ -102,14 +102,6 @@ public:
 /// Pointer on Multirotation object.
 typedef std::shared_ptr<FeaturesAPI_MultiRotation> MultiRotationPtr;
 
-/// \ingroup CPPHighAPI
-/// \brief Create MultiRotation feature.
-FEATURESAPI_EXPORT
-MultiRotationPtr addMultiRotation(const std::shared_ptr<ModelAPI_Document>& thePart,
-                                  const std::list<ModelHighAPI_Selection>& theMainObjects,
-                                  const ModelHighAPI_Selection& theAxis,
-                                  const ModelHighAPI_Integer& theNumber);
-
 /// \ingroup CPPHighAPI
 /// \brief Create MultiRotation feature.
 FEATURESAPI_EXPORT
@@ -117,6 +109,7 @@ MultiRotationPtr addMultiRotation(const std::shared_ptr<ModelAPI_Document>& theP
                                   const std::list<ModelHighAPI_Selection>& theMainObjects,
                                   const ModelHighAPI_Selection& theAxis,
                                   const ModelHighAPI_Double& theStep,
-                                  const ModelHighAPI_Integer& theNumber);
+                                  const ModelHighAPI_Integer& theNumber = ModelHighAPI_Integer(""),
+                                  const bool keepSubResults = false);
 
 #endif // FEATURESAPI_MULTIROTATION_H_