X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFeaturesAPI%2FFeaturesAPI_Fillet.h;h=b9adb3ff3a8f224e875fefac07489759f0f08492;hb=4bc963e2f9b2a904df0e1e17f7f98b70957630bc;hp=7670f2dcb8923843bf35b30aa79c1c73b2c3b609;hpb=6e421e939851e0de46554ae45a3ca0e1f67cd91d;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_Fillet.h b/src/FeaturesAPI/FeaturesAPI_Fillet.h index 7670f2dcb..b9adb3ff3 100644 --- a/src/FeaturesAPI/FeaturesAPI_Fillet.h +++ b/src/FeaturesAPI/FeaturesAPI_Fillet.h @@ -24,10 +24,10 @@ #include +#include #include #include -class ModelHighAPI_Double; class ModelHighAPI_Selection; /// \class FeaturesAPI_Fillet @@ -97,19 +97,13 @@ private: /// Pointer on Fillet object. typedef std::shared_ptr FilletPtr; -/// \ingroup CPPHighAPI -/// \brief Create Fillet feature. -FEATURESAPI_EXPORT -FilletPtr addFillet(const std::shared_ptr& thePart, - const std::list& theBaseObjects, - const ModelHighAPI_Double& theRadius); - /// \ingroup CPPHighAPI /// \brief Create Fillet feature. FEATURESAPI_EXPORT FilletPtr addFillet(const std::shared_ptr& thePart, const std::list& theBaseObjects, const ModelHighAPI_Double& theRadius1, - const ModelHighAPI_Double& theRadius2); + const ModelHighAPI_Double& theRadius2 = ModelHighAPI_Double(-1.0), + const bool keepSubResults = false); #endif // FeaturesAPI_Fillet_H_