Salome HOME
Fix for the robinet model with partitions: final groups selection with neighbors...
[modules/shaper.git] / src / Model / Model_BodyBuilder.h
index 0689a0f52c6e22625a66bda0d0155e2e11e622ce..8487a6b818720f69e1c0efbe00a53abadb6b8c63 100755 (executable)
@@ -108,6 +108,8 @@ public:
   /// Removes the stored builders
   MODEL_EXPORT virtual ~Model_BodyBuilder();
 
+  /// Cleans cash related to the already stored elements
+  MODEL_EXPORT virtual void cleanCash() override;
 protected:
   /// Default constructor accessible only by Model_Objects
   Model_BodyBuilder(ModelAPI_Object* theOwner);