Salome HOME
Fix for the issue #593: do not remove naming attribute, but use TNaming_Builder for...
[modules/shaper.git] / src / ModelAPI / ModelAPI_Tools.h
index e89a713ce23507f04d22c29243699f2600e14454..9bea2d9cd4ea7f1f3174e4e1af061c69498401d4 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "ModelAPI.h"
 #include <ModelAPI_Result.h>
+#include <ModelAPI_ResultParameter.h>
 #include <GeomAPI_Shape.h>
 
 #include <vector>
@@ -22,7 +23,8 @@ MODELAPI_EXPORT std::shared_ptr<GeomAPI_Shape> shape(const ResultPtr& theResult)
  * in the root document (PartSet). If found, set it value in the \param outValue
  * and returns true.
  */
-MODELAPI_EXPORT bool findVariable(const std::string& theName, double& outValue);
+MODELAPI_EXPORT bool findVariable(const std::string& theName, double& outValue, 
+  ResultParameterPtr& theParam);
 
 /*!
  * Returns the values of the next random color. The values are in range [0, 255]