X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Face.h;h=c50e980d03e55e67be44bdd12626504e53b6d3e2;hb=f60dc9dd94d5d4b0ea07e3e3cbfd5b3028f0942d;hp=3e654e91622fd183f0f36268b0e58dd5ff5f0de5;hpb=5ff96b13035a4e95572580dbc6aa6f2c526d0a45;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Face.h b/src/GeomAPI/GeomAPI_Face.h index 3e654e916..c50e980d0 100644 --- a/src/GeomAPI/GeomAPI_Face.h +++ b/src/GeomAPI/GeomAPI_Face.h @@ -67,6 +67,9 @@ public: /// Returns torus if the face is based on the toroidal surface GEOMAPI_EXPORT std::shared_ptr getTorus() const; + + /// Return inner point in the face + GEOMAPI_EXPORT virtual std::shared_ptr middlePoint() const; }; //! Pointer on attribute object