Salome HOME
Issue #1648: Dump Python in the High Level Parameterized Geometry API
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Selection.h
index e559228b6fe206cf4410abdc43b678f95b31bafa..2e1507ff139ea8da3f44b367de3f1641728d3e3e 100644 (file)
@@ -72,6 +72,10 @@ public:
   MODELHIGHAPI_EXPORT
   virtual TypeSubShapeNamePair typeSubShapeNamePair() const;
 
+  /// \return shape type.
+  MODELHIGHAPI_EXPORT
+  virtual std::string shapeType() const;
+
 private:
   VariantType myVariantType;
   ResultSubShapePair myResultSubShapePair;