Salome HOME
Flush the redisplay signal by the document in remove feature; do not change the conce...
[modules/shaper.git] / src / Model / Model_Data.h
index c057cede3f2aa85d5cb2dcc95acf7c91d8caa3b2..f3fd1c384e8dfa7c6704e0f3f9cf357e64bfa60a 100644 (file)
@@ -183,6 +183,7 @@ private:
   /// Removes all information about back references
   void eraseBackReferences();
   /// Adds a back reference (with identifier which attribute references to this object
+  /// It does not change the consealment flag of the data object result
   /// \param theFeature feature referenced to this
   /// \param theAttrID identifier of the attribute that is references from theFeature to this
   void removeBackReference(FeaturePtr theFeature, std::string theAttrID);