X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_Partition.h;h=5ab20e0653ce0d32a13c95aafa3ae2dcb65549ab;hb=5b6031b015602aa07f5a6fc668c13ac3faf7a8a9;hp=ea214adde141df6678ade9dba4f7463e8c7f2935;hpb=87ac65e82ce1ebcb027da959517b1654ce2b5076;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_Partition.h b/src/GeomAlgoAPI/GeomAlgoAPI_Partition.h index ea214adde..5ab20e065 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_Partition.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_Partition.h @@ -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 make(const ListOfShape& theObjects, const ListOfShape& theTools);