Salome HOME
Issue #2082 Sketch multiple rotation does not work as expected: debug information
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionCut.h
index 481cfd99590549ea9fec786c3cc65f9ec18bdaf9..d63073c9f6e53af22639c98537a46b4883168ffc 100644 (file)
@@ -32,6 +32,9 @@ public:
     static std::string MY_KIND = FeaturesPlugin_RevolutionCut::ID();
     return MY_KIND;
   }
+
+  /// Creates a new part document if needed.
+  FEATURESPLUGIN_EXPORT virtual void execute();
 };
 
 #endif