X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_Boolean.h;h=5c2059b88f1cf20867e1980b056152be198347dd;hb=86c435d69e7b27d36c037ed028d79d8f32f021ac;hp=86e6dc9b80d7625354e6218af25289a0a6d2ebea;hpb=de65be6c9f19bdf26ecb91fd3afd51c4d54e8d4a;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h b/src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h index 86e6dc9b8..5c2059b88 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h @@ -31,29 +31,6 @@ public: }; public: - /** \brief Creates cut boolean operation. - * \param[in] theObjects the main shape. - * \param[in] theTools toole shape for boolean. - * \return a solid or compound of solids as result of operation. - */ - GEOMALGOAPI_EXPORT static std::shared_ptr makeCut(const ListOfShape& theObjects, - const ListOfShape& theTools); - - /** \brief Creates fuse boolean operation. - * \param[in] theObjects the main shape. - * \param[in] theTools second shape. - * \return a solid as result of operation. - */ - GEOMALGOAPI_EXPORT static std::shared_ptr makeFuse(const ListOfShape& theObjects, - const ListOfShape& theTools); - - /** \brief Creates common boolean operation. - * \param[in] theObjects the main shape. - * \param[in] theTools second shape. - * \return a solid as result of operation. - */ - GEOMALGOAPI_EXPORT static std::shared_ptr makeCommon(const ListOfShape& theObjects, - const ListOfShape& theTools); /// Constructor. GEOMALGOAPI_EXPORT GeomAlgoAPI_Boolean(const ListOfShape& theObjects,