X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_RevolutionBoolean.h;h=f4986ffd3bb594b2dd4d5e66684dffd30dc944ea;hb=aee09da348319d21259bee81c45d00a08f657de0;hp=bc5942242d9bb78ee22e54bf69cf63e1291edcf1;hpb=b01527efd489b4a03d3ae26fdc20d3f24f29dec1;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_RevolutionBoolean.h b/src/FeaturesAPI/FeaturesAPI_RevolutionBoolean.h index bc5942242..f4986ffd3 100644 --- a/src/FeaturesAPI/FeaturesAPI_RevolutionBoolean.h +++ b/src/FeaturesAPI/FeaturesAPI_RevolutionBoolean.h @@ -88,6 +88,9 @@ private: void execIfBaseNotEmpty(); }; +/// \class FeaturesAPI_RevolutionCut +/// \ingroup CPPHighAPI +/// \brief Interface for RevolutionCut feature. class FeaturesAPI_RevolutionCut: public FeaturesAPI_RevolutionBoolean { public: @@ -162,6 +165,9 @@ RevolutionCutPtr addRevolutionCut(const std::shared_ptr& theP const ModelHighAPI_Double& theFromOffset, const std::list& theBooleanObjects); +/// \class FeaturesAPI_RevolutionFuse +/// \ingroup CPPHighAPI +/// \brief Interface for RevolutionFuse feature. class FeaturesAPI_RevolutionFuse: public FeaturesAPI_RevolutionBoolean { public: