]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_ResultGroup.h
Salome HOME
Task 2.5. Combination operations on Groups (issue #2935)
[modules/shaper.git] / src / Model / Model_ResultGroup.h
index aa0c068dd5014ad09ab6e7cfb5cd101d1afee0d5..68e549d327d6ba8b493855a8c9e4c138917753dd 100644 (file)
@@ -41,6 +41,11 @@ public:
   /// Returns the compound of selected entities
   MODEL_EXPORT virtual std::shared_ptr<GeomAPI_Shape> shape();
 
+  /// \brief Stores the result of operation made on groups.
+  ///        Cleans the storage if empty shape is given.
+  /// param[in] theShape shape to store.
+  MODEL_EXPORT virtual void store(const GeomShapePtr& theShape);
+
   /// Removes the stored builders
   MODEL_EXPORT virtual ~Model_ResultGroup() {}