Salome HOME
Improvement #615: Widgets position in Extrusion and Rotation features must be changed.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionBoolean.h
index e9fe6fb7e9090abcc64eea477d6f736532dfa42d..354f5badce048f6c30915df19c872104ac133be9 100644 (file)
@@ -22,6 +22,13 @@ public:
     return MY_AXIS_ID;
   }
 
+  /// attribute name for creation method
+  inline static const std::string& CREATION_METHOD()
+  {
+    static const std::string METHOD_ATTR("CreationMethod");
+    return METHOD_ATTR;
+  }
+
   /// Attribute name of an object from which the revolution grows.
   inline static const std::string& FROM_OBJECT_ID()
   {