]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_PlanarEdges.h
Salome HOME
Issue #1343 validators update
[modules/shaper.git] / src / GeomAPI / GeomAPI_PlanarEdges.h
index 9ba13cd1a0be499dfa5d8f9621ff9c61a0b37002..5628f40e89844516c1cc3d8fc19c338c5a8cd418 100644 (file)
@@ -54,6 +54,9 @@ class GeomAPI_PlanarEdges : public GeomAPI_Shape
   /// Returns Z direction vector
   GEOMAPI_EXPORT std::shared_ptr<GeomAPI_Dir> norm() const;
 
+  /// Returns whether the shape is planar
+  GEOMAPI_EXPORT virtual bool isPlanar() const;
+
   /// Set working plane
   /// \param theOrigin origin of the plane axis
   /// \param theDirX X direction of the plane axis