X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_ShapeTools.h;fp=src%2FGeomAlgoAPI%2FGeomAlgoAPI_ShapeTools.h;h=b1697bd0c1fc5aeaed2f7dbb49da74effd28df89;hb=c856f50b73f4a8ac6c13cc657f0b68cbcd5ae76f;hp=0c058e147472dcce39bd0b92716dc2fad1f4bf22;hpb=16f385d064658d196e5af5f1f8d8ffc0b944bdec;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h b/src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h index 0c058e147..b1697bd0c 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_ShapeTools.h @@ -235,6 +235,11 @@ public: const ListOfShape& theBaseShapes, const std::shared_ptr theDir, double& theToSize, double& theFromSize); + + /// \brief Get shared faces of a shape + /// \param[in] theShape shape that should be exploded + /// \return list of shared faces + GEOMALGOAPI_EXPORT static ListOfShape getSharedFaces(const GeomShapePtr& theShape); }; #endif