X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Face.h;h=57ffd66a963977bb1e21468440d597208d44828c;hb=95ff1008bc8215fdeafd7d253dc5a6f33e949363;hp=271667107557da13f0aeb486bf2fdf02ac41e50c;hpb=6e421e939851e0de46554ae45a3ca0e1f67cd91d;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Face.h b/src/GeomAPI/GeomAPI_Face.h index 271667107..57ffd66a9 100644 --- a/src/GeomAPI/GeomAPI_Face.h +++ b/src/GeomAPI/GeomAPI_Face.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2021 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -47,6 +47,10 @@ public: GEOMAPI_EXPORT virtual bool isEqual(const std::shared_ptr theFace) const; + /// Returns \c true if faces have same underlying surface + GEOMAPI_EXPORT + virtual bool isSameGeometry(const std::shared_ptr theShape) const; + /// Returns true if the face is a cylindrical face GEOMAPI_EXPORT bool isCylindrical() const;