Salome HOME
Useful methods for sketch operations managements
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Line.h
index 9d0ae50927de30be4efd43798e1faeab08aa0c8e..7877a719153b9917a7098c0227823cd4a82f4460 100644 (file)
@@ -38,6 +38,11 @@ public:
   /// Returns the sketch preview
   SKETCHPLUGIN_EXPORT virtual const boost::shared_ptr<GeomAPI_Shape>& preview();
 
+  /// Adds sub-feature of the higher level feature (sub-element of the sketch)
+  /// \param theFeature sub-feature
+  SKETCHPLUGIN_EXPORT virtual const void addSub(
+    const boost::shared_ptr<ModelAPI_Feature>& theFeature) {};
+
   /// Use plugin manager for features creation
   SketchPlugin_Line();
 };