Salome HOME
Fix for the issue #2197 : additional cases where full revolution consists of 3 and...
[modules/shaper.git] / src / GeomAPI / GeomAPI_Edge.h
index c1a0c1eaa4bb54a916099e15d8dd9ecd61d4155d..f4fd1add6163b04950a9f57e8be1c3339bfff4e7 100644 (file)
@@ -91,6 +91,10 @@ public:
   /// Returns true if the edge is closed (like full circle)
   GEOMAPI_EXPORT
   bool isClosed() const;
+
+  /// Returns true if the edge is degenerated (has no 3D curve)
+  GEOMAPI_EXPORT
+  bool isDegenerated() const;
 };
 
 #endif