]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Shape.h
Salome HOME
Merge remote-tracking branch 'remotes/origin/master'
[modules/shaper.git] / src / GeomAPI / GeomAPI_Shape.h
index 514287a03a22a08f89a1a7467b30c6fb4247c4e9..b557e845ed47cb50052b6d8d43923969ef0a90cc 100644 (file)
@@ -23,6 +23,11 @@ public:
 
   bool isNull();
 
+  /// Returns whether the shape is a vertex
+  virtual bool isVertex() const;
+
+  /// Returns whether the shape is an edge
+  virtual bool isEdge() const;
 };
 
 #endif