Salome HOME
Merge branch 'master' into cgt/devCEA
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Partition.h
index ea214adde141df6678ade9dba4f7463e8c7f2935..5ab20e0653ce0d32a13c95aafa3ae2dcb65549ab 100644 (file)
@@ -21,6 +21,8 @@ public:
   /// \brief Creates common partition operation.
   /// \param[in] theObjects the main shape.
   /// \param[in] theTools  second shape.
+  /// \param[in] theGroupConnectedTopology if true then result will be a compound of groups
+  ///            with connected topology(compsolids or compounds of shapes with shared topology).
   /// \return a solid as result of operation.
   GEOMALGOAPI_EXPORT static std::shared_ptr<GeomAPI_Shape> make(const ListOfShape& theObjects,
                                                                 const ListOfShape& theTools);