Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / CollectionAPI / CollectionAPI_Group.h
index bb92ff1b81a5e64c0fc2b0359ac716a47ded3335..fe28fc2f4074c06afe35cb18665cc80502c3ab14 100644 (file)
@@ -70,6 +70,7 @@ typedef std::shared_ptr<CollectionAPI_Group> GroupPtr;
 /// \brief Create Group feature.
 COLLECTIONAPI_EXPORT
 GroupPtr addGroup(const std::shared_ptr<ModelAPI_Document>& thePart,
-                  const std::list<ModelHighAPI_Selection>& theGroupList);
+                  const std::list<ModelHighAPI_Selection>& theGroupList,
+                  const bool theShareSameTopology = false);
 
 #endif // CollectionAPI_Group_H_