Salome HOME
Implement filter "F5: On geometry"
[modules/shaper.git] / src / GeomAPI / GeomAPI_Face.h
index 271667107557da13f0aeb486bf2fdf02ac41e50c..c81d6c265b1c0d1a0814dc305b72c067e9930c20 100644 (file)
@@ -47,6 +47,10 @@ public:
   GEOMAPI_EXPORT
   virtual bool isEqual(const std::shared_ptr<GeomAPI_Shape> theFace) const;
 
+  /// Returns \c true if faces have same underlying surface
+  GEOMAPI_EXPORT
+  virtual bool isSameGeometry(const std::shared_ptr<GeomAPI_Shape> theShape) const;
+
   /// Returns true if the face is a cylindrical face
   GEOMAPI_EXPORT
   bool isCylindrical() const;