]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Shape.h
Salome HOME
Pipe feature
[modules/shaper.git] / src / GeomAPI / GeomAPI_Shape.h
index 8f31318d6304242add5d76b354418ba736716af5..37ba2b462ef86d890c4fb0571c0538f95ed8d008 100644 (file)
@@ -70,6 +70,10 @@ public:
   GEOMAPI_EXPORT
   virtual ShapeType shapeType() const;
 
+  /// \return the shape type as string.
+  GEOMAPI_EXPORT
+  virtual std::string shapeTypeStr() const;
+
   /// Computes boundary dimensions of the shape
   /// Returns False if it is not possible
   GEOMAPI_EXPORT