Salome HOME
Implementation of naming parametrisation of sketch result
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index 2e71baea1c1406510278abcce44fdf12118a74ef..79ce151daf2fd6cd10c683f167cc15914e76a846 100644 (file)
@@ -31,6 +31,10 @@ public:
   /// Sets the feature object
   MODEL_EXPORT virtual void setObject(const boost::shared_ptr<ModelAPI_Object>& theObject);
 
+  /// Updates the underlied selection due to the changes in the referenced objects
+  /// \returns false if update is failed
+  MODEL_EXPORT virtual bool update();
+
 protected:
   /// Objects are created for features automatically
   MODEL_EXPORT Model_AttributeSelection(TDF_Label& theLabel);