X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_BooleanFuse.h;h=5f44f8aa9fec4bbd9f4f15d068583d965f6b072c;hb=2e0f664e66dc2b46796df2953f52871b10799173;hp=db80f967743843855c763f94371436b2dbb44be0;hpb=97917d3698f5a2f7fc9596e7c755ff8f6751e373;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_BooleanFuse.h b/src/FeaturesAPI/FeaturesAPI_BooleanFuse.h index db80f9677..5f44f8aa9 100644 --- a/src/FeaturesAPI/FeaturesAPI_BooleanFuse.h +++ b/src/FeaturesAPI/FeaturesAPI_BooleanFuse.h @@ -42,16 +42,18 @@ public: /// Constructor with values. FEATURESAPI_EXPORT - FeaturesAPI_BooleanFuse(const std::shared_ptr& theFeature, - const std::list& theMainObjects, - const bool theRemoveEdges = false); + FeaturesAPI_BooleanFuse(const std::shared_ptr& theFeature, + const std::list& theMainObjects, + const bool theRemoveEdges = false, + const int theVersion = 0); /// Constructor with values. FEATURESAPI_EXPORT FeaturesAPI_BooleanFuse(const std::shared_ptr& theFeature, const std::list& theMainObjects, const std::list& theToolObjects, - const bool theRemoveEdges = false); + const bool theRemoveEdges = false, + const int theVersion = 0); /// Destructor. FEATURESAPI_EXPORT @@ -96,7 +98,8 @@ typedef std::shared_ptr BooleanFusePtr; FEATURESAPI_EXPORT BooleanFusePtr addFuse(const std::shared_ptr& thePart, const std::list& theObjects, - const bool theRemoveEdges = false); + const bool theRemoveEdges = false, + const int theVersion = 0); /// \ingroup CPPHighAPI /// \brief Create Boolean Fuse feature. @@ -104,6 +107,7 @@ FEATURESAPI_EXPORT BooleanFusePtr addFuse(const std::shared_ptr& thePart, const std::list& theMainObjects, const std::list& theToolObjects, - const bool theRemoveEdges = false); + const bool theRemoveEdges = false, + const int theVersion = 0); #endif // FeaturesAPI_BooleanFuse_H_