Salome HOME
Fix for the robinet model with partitions: final groups selection with neighbors...
[modules/shaper.git] / src / Model / Model_ResultBody.h
index 721ad71f33402952dc1babfbcd68809d34efdc6d..09824971fb842b2d53223bde2e8ec6354c1b6227 100644 (file)
@@ -98,6 +98,9 @@ public:
   /// Returns true is the topology is connected.
   MODEL_EXPORT virtual bool isConnectedTopology();
 
+  /// Cleans cash related to the already stored elements
+  MODEL_EXPORT virtual void cleanCash() override;
+
 protected:
   /// Makes a body on the given feature
   Model_ResultBody();