X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_Union.h;h=693a06b5ec86ee1fab16accb053dbd84c0324777;hb=2ab502106663ac32f9a5d87e4fdc950f5ac6f6b7;hp=cc977c62e9c0ce7fb066d4324718fbc1bc9c53eb;hpb=c4eab94a20a0d93100549a210582d46409fec1cc;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_Union.h b/src/FeaturesAPI/FeaturesAPI_Union.h index cc977c62e..693a06b5e 100644 --- a/src/FeaturesAPI/FeaturesAPI_Union.h +++ b/src/FeaturesAPI/FeaturesAPI_Union.h @@ -69,6 +69,7 @@ typedef std::shared_ptr UnionPtr; /// \brief Create Union feature. FEATURESAPI_EXPORT UnionPtr addUnion(const std::shared_ptr& thePart, - const std::list& theBaseObjects); + const std::list& theBaseObjects, + const bool keepSubResults = false); #endif // FeaturesAPI_Union_H_