Salome HOME
Issue #2962: Provide name of 'Change Sketch plane' operation in Undo/Redo lists
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_BooleanFill.h
index 8e26cfa984e026d9befa78949c7d4dbe2dc5b527..386cb6ec6fb88c0dd9917c042da2b4c8590b03de 100644 (file)
@@ -43,6 +43,9 @@ public:
     return MY_KIND;
   }
 
+  /// Request for initialization of data model of the feature: adding all attributes.
+  FEATURESPLUGIN_EXPORT virtual void initAttributes();
+
   /// Creates a new part document if needed.
   FEATURESPLUGIN_EXPORT virtual void execute();