Salome HOME
Fix regressions found by unit testing
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index bd26925b3fd229cac2ab96282b2d645a01fa4407..50a7ddbb91645726c340b095ce6db0ac97e3acd8 100644 (file)
@@ -143,6 +143,9 @@ public:
   /// Makes the current local selection becomes all sub-shapes with same base geometry.
   MODEL_EXPORT virtual void combineGeometrical();
 
+  /// Resets attribute to deafult state
+  MODEL_EXPORT virtual void reset();
+
 protected:
   /// Objects are created for features automatically
   MODEL_EXPORT Model_AttributeSelection(TDF_Label& theLabel);