Salome HOME
setDisplayed has to be called in order to synchronize internal state of the object
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintBase.h
index 721d310292f415a4d799d32eba6b2be84b212054..cd7155409b14f2de533dcbefd9c2549878287858 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <list>
 
-/*  Description: 
+/** Description: 
  *    Each constraint uses a set of parameters. In the SolveSpace library 
  *    these parameters are named "valA", "ptA", "ptB", "entityA", "entityB". 
  *    The "ptA" and "ptB" parameters represents a point in the constraint.
  *    Also the list of possible attributes is provided to simplify assignment.
  */
 
+#define SKETCH_CONSTRAINT_COLOR "225,225,0"
+#define SKETCH_DIMENSION_COLOR "64,128,225"
+
 /** \class SketchPlugin_ConstraintBase
- *  \ingroup DataModel
+ *  \ingroup Plugins
  *  \brief Feature for creation of a new constraint between other features.
  *         Some feature's methods implemented here as dummy to
  *         Base class for all constraints.