]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Edge.h
Salome HOME
Unit tests for B-splines in the sketcher.
[modules/shaper.git] / src / GeomAPI / GeomAPI_Edge.h
index fdf82ed6fb57954343676c3969fa3805791f44a1..b319cc26d783f6538920606a6c8851bead9f30f7 100644 (file)
@@ -70,6 +70,10 @@ public:
   GEOMAPI_EXPORT
   bool isEllipse() const;
 
+  /// Verifies that the edge is based on a B-spline curve
+  GEOMAPI_EXPORT
+  bool isBSpline() const;
+
   /// Returns the first vertex coordinates of the edge
   GEOMAPI_EXPORT
   std::shared_ptr<GeomAPI_Pnt> firstPoint();