X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Extrusion.h;h=bbc636c9251fdda8b8d7a64f0f654dfe6dfbd92a;hb=4b07d0ae015bc7ed510f8795d9d57d408e0367eb;hp=8199fcb2e131bdb039f368f6eba5d55bab2a14a6;hpb=38afbd899a8645c83e17f2c24a17a2b7414911b4;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Extrusion.h b/src/FeaturesPlugin/FeaturesPlugin_Extrusion.h index 8199fcb2e..bbc636c92 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Extrusion.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Extrusion.h @@ -12,6 +12,15 @@ #include #include #include + +/**\class FeaturesPlugin_Extrusion + * \ingroup Plugins + * \brief Feature for creation of extrusion from the planar face. + * + * Extrusion creates the lateral faces based on edges of the base face and + * the top face equal to the base face. Direction of extrusion is taken from the face + * plane, but can be corrected by the "reverse" flag. + */ class FeaturesPlugin_Extrusion : public ModelAPI_Feature { public: