Salome HOME
Remove of composite boolean feature implementation: with sub-sketch
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_CompositeBoolean.h
index c5ef7f3e6e656c640e4ad3879dcb73db8cf630d0..6838e931bb972ef32f3995eeb0feaeaa67d5f175 100644 (file)
@@ -58,6 +58,9 @@ class FeaturesPlugin_CompositeBoolean : public ModelAPI_CompositeFeature
   /// structures of the owner (the remove from the document will be done outside just after)
   FEATURESPLUGIN_EXPORT virtual void removeFeature(std::shared_ptr<ModelAPI_Feature> theFeature);
 
+  /// removes also all sub-sketch
+  FEATURESPLUGIN_EXPORT virtual void erase();
+
 protected:
   FeaturesPlugin_CompositeBoolean(){};