X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_ExtrusionFuse.h;h=9ac22764382020f89e9b4ebf11fb887d2253e6a6;hb=a13f87935d2a6f52f942790b6abc874f1016c9fc;hp=55f5a671ee1a1f2fe3705f285a127cb991d6d308;hpb=97917d3698f5a2f7fc9596e7c755ff8f6751e373;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_ExtrusionFuse.h b/src/FeaturesPlugin/FeaturesPlugin_ExtrusionFuse.h index 55f5a671e..9ac227643 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_ExtrusionFuse.h +++ b/src/FeaturesPlugin/FeaturesPlugin_ExtrusionFuse.h @@ -28,7 +28,7 @@ /// fuse result with other objects in a single operation. class FeaturesPlugin_ExtrusionFuse : public FeaturesPlugin_ExtrusionBoolean { -public: + public: /// Use plugin manager for features creation. FeaturesPlugin_ExtrusionFuse(); @@ -46,8 +46,11 @@ public: return MY_KIND; } - /// Creates a new part document if needed. + /// Performs the algorithm and stores results it in the data structure. FEATURESPLUGIN_EXPORT virtual void execute(); + + private: + void executeFuseThroughAll(); }; #endif