Salome HOME
Construction of vertices/edges/faces on the base of sketch: sketch attribute
[modules/shaper.git] / src / SketchShapePlugin / SketchShapePlugin_Feature.h
index 6e38662a278eb9ab179bcb8c41f3c089be99b3a4..9ed0150d471e60a1b0e15827426b40a136fa6cff 100755 (executable)
@@ -29,6 +29,13 @@ class SketchShapePlugin_Feature : public ModelAPI_Feature
     return MY_SKETCH_SHAPE_ID;
   }
 
+  /// Sketch feature
+  inline static const std::string& SKETCH_ID()
+  {
+    static const std::string MY_SKETCH_ID("Sketch");
+    return MY_SKETCH_ID;
+  }
+
   /// List of vertices to be extracted
   inline static const std::string& VERTEX_LIST_ID()
   {