X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_RevolutionCut.h;h=3c1340262ba1a953287a3c004394cbad385cccef;hb=86c435d69e7b27d36c037ed028d79d8f32f021ac;hp=9116a46cd981397ed342cc6e5bd65798ab2c4678;hpb=7ae8f08629e5f99575f3cec07a8b701dd9209591;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_RevolutionCut.h b/src/FeaturesPlugin/FeaturesPlugin_RevolutionCut.h index 9116a46cd..3c1340262 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_RevolutionCut.h +++ b/src/FeaturesPlugin/FeaturesPlugin_RevolutionCut.h @@ -11,6 +11,8 @@ /** \class FeaturesPlugin_RevolutionCut * \ingroup Plugins + * \brief This feature allows to create sketch, revol faces from this sketch and + * cut result from other objects in a single operation. */ class FeaturesPlugin_RevolutionCut : public FeaturesPlugin_RevolutionBoolean { @@ -30,10 +32,7 @@ class FeaturesPlugin_RevolutionCut : public FeaturesPlugin_RevolutionBoolean } /// Use plugin manager for features creation. - FeaturesPlugin_RevolutionCut() - { - myBooleanOperationType = GeomAlgoAPI_Boolean::BOOL_CUT; - } + FeaturesPlugin_RevolutionCut(); }; #endif