Salome HOME
Constuction sketch entity attribute.
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintDistance.h
index 69f31879811b9586ed7f8d993d355af027c43206..9bc3d5d06cfe07cabe52ddb9e8c220ba7f13ecf2 100644 (file)
@@ -17,8 +17,6 @@
 class SketchPlugin_Line;
 class GeomDataAPI_Point2D;
 
-#define DISTANCE_COLOR "#ff00ff"
-
 /** \class SketchPlugin_ConstraintDistance
  *  \ingroup Plugins
  *  \brief Feature for creation of a new constraint which defines a distance
@@ -47,6 +45,11 @@ class SketchPlugin_ConstraintDistance : 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();