X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_RevolutionFuse.h;h=75f16aa67e1818136e47659aad86e9dcdaf0aea7;hb=5a4405dc843479d921b53b83c181cbe9359414fe;hp=f7e93977348bff3830f2b0e62d4d3b683666b6ed;hpb=7ae8f08629e5f99575f3cec07a8b701dd9209591;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.h b/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.h index f7e939773..75f16aa67 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.h +++ b/src/FeaturesPlugin/FeaturesPlugin_RevolutionFuse.h @@ -11,6 +11,8 @@ /** \class FeaturesPlugin_RevolutionFuse * \ingroup Plugins + * \brief This feature allows to create sketch, revol faces from this sketch and + * fuse result with other objects in a single operation. */ class FeaturesPlugin_RevolutionFuse : public FeaturesPlugin_RevolutionBoolean { @@ -30,10 +32,7 @@ class FeaturesPlugin_RevolutionFuse : public FeaturesPlugin_RevolutionBoolean } /// Use plugin manager for features creation. - FeaturesPlugin_RevolutionFuse() - { - myBooleanOperationType = GeomAlgoAPI_Boolean::BOOL_FUSE; - } + FeaturesPlugin_RevolutionFuse(); }; #endif