Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / Model / Model_ResultCompSolid.h
index 60ab44b0d2a48c6adbce3f2e54406e5da86d83e4..b7db1b82e236c71ac0f0a78bbbd8bcd55eff5383 100755 (executable)
@@ -32,7 +32,8 @@ public:
   MODEL_EXPORT virtual ~Model_ResultCompSolid();
 
   /// Stores the shape (called by the execution method). Creates sub-results for compsolid.
-  MODEL_EXPORT virtual void store(const std::shared_ptr<GeomAPI_Shape>& theShape);
+  MODEL_EXPORT virtual void store(const std::shared_ptr<GeomAPI_Shape>& theShape,
+                                  const bool theIsStoreSameShapes = true);
 
   /// Stores the generated shape.  Creates sub-results for compsolid.
   MODEL_EXPORT virtual void storeGenerated(const std::shared_ptr<GeomAPI_Shape>& theFromShape,