Salome HOME
Task 2.12. New entities: ellipses and arcs of ellipses (issue #3003)
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Projection.h
index b928dfabdd5c577428685e3805da92641c5e0b56..f62237608c6143d79ec07fad05648c43a9429f3c 100644 (file)
@@ -88,6 +88,12 @@ private:
   /// \brief Find projection of a feature onto sketch plane
   void computeProjection(const std::string& theID);
 
+  /// \brief Delete already calculated projected feature
+  ///        if the selection of the projection is changed
+  bool rebuildProjectedFeature(FeaturePtr& theProjection,
+                               const std::string& theResultType,
+                               bool theRemoveOnly = false);
+
   bool myIsComputing;
 };