Salome HOME
Make SHAPER STUDY fields exported in SMESH into MED file
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Projection.h
index f62237608c6143d79ec07fad05648c43a9429f3c..40fd6301a6933faafea9675ea4c5b3d8a6a58e5c 100644 (file)
@@ -90,9 +90,13 @@ private:
 
   /// \brief Delete already calculated projected feature
   ///        if the selection of the projection is changed
+  /// \param[in/out] theProjection   projected feature
+  /// \param[in] theSupportedTypes   types supported relatively to the base selection
+  /// \param[in] theRequestedFeature type of the new feature to be created
+  ///                                (remove only if empty string).
   bool rebuildProjectedFeature(FeaturePtr& theProjection,
-                               const std::string& theResultType,
-                               bool theRemoveOnly = false);
+                               const std::set<std::string>& theSupportedTypes,
+                               const std::string& theRequestedFeature = std::string());
 
   bool myIsComputing;
 };