Salome HOME
Increase the timeout for HDF test cases.
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Union.h
index cc977c62e9c0ce7fb066d4324718fbc1bc9c53eb..693a06b5ec86ee1fab16accb053dbd84c0324777 100644 (file)
@@ -69,6 +69,7 @@ typedef std::shared_ptr<FeaturesAPI_Union> UnionPtr;
 /// \brief Create Union feature.
 FEATURESAPI_EXPORT
 UnionPtr addUnion(const std::shared_ptr<ModelAPI_Document>& thePart,
-                  const std::list<ModelHighAPI_Selection>& theBaseObjects);
+                  const std::list<ModelHighAPI_Selection>& theBaseObjects,
+                  const bool keepSubResults = false);
 
 #endif // FeaturesAPI_Union_H_