Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / CollectionAPI / CollectionAPI_Group.h
index fe488ad401bdbb6e5d086c1cac1088cd531b2278..fe28fc2f4074c06afe35cb18665cc80502c3ab14 100644 (file)
@@ -14,7 +14,8 @@
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or
+// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
 //
 
 #ifndef CollectionAPI_Group_H_
@@ -69,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_