Salome HOME
re-entrant operation: fillet operation should be restarted by the first enter.
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintAngle.h
index 29f37f82f9678f8ce92356b2969a2a66f16fd725..ef3c478bef927e4e60203e760b41e97a976f3358 100644 (file)
@@ -37,6 +37,11 @@ class SketchPlugin_ConstraintAngle : public SketchPlugin_ConstraintBase
   /// \brief Creates a new part document if needed
   SKETCHPLUGIN_EXPORT virtual void execute();
 
+  /// Computes the attribute value on the base of other attributes if the value can be computed
+  /// \param theAttributeId an attribute index to be computed
+  /// \return a boolean value about it is computed
+  SKETCHPLUGIN_EXPORT virtual bool compute(const std::string& theAttributeId);
+
   /// \brief Request for initialization of data model of the feature: adding all attributes
   SKETCHPLUGIN_EXPORT virtual void initAttributes();