]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Edge.h
Salome HOME
Fix for the issue #2172 and the issue #2198 : additional naming for revolution edges...
[modules/shaper.git] / src / GeomAPI / GeomAPI_Edge.h
index 44c76df82e306eee106ff9722afff13c6f81d00c..c1a0c1eaa4bb54a916099e15d8dd9ecd61d4155d 100644 (file)
@@ -87,6 +87,10 @@ public:
   /// Returns edge length.
   GEOMAPI_EXPORT
   double length() const;
+
+  /// Returns true if the edge is closed (like full circle)
+  GEOMAPI_EXPORT
+  bool isClosed() const;
 };
 
 #endif