X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintBase.h;h=ddf0cbf7fff2f6a9dff2f5a0f5e32da590c82c6a;hb=e2c1d6fb594fe1234fa7a0786801d8c1c92d7ac6;hp=7299aabe0fe3e19d216c3b05a5fe2c2363fe24d8;hpb=9e869ede4d8c56262bb20534543c2bf56cd6a91b;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintBase.h b/src/SketchPlugin/SketchPlugin_ConstraintBase.h index 7299aabe0..ddf0cbf7f 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintBase.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintBase.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> + // File: SketchPlugin_ConstraintBase.h // Created: 08 May 2014 // Author: Artem ZHIDKOV @@ -15,7 +17,7 @@ #include -/* 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. @@ -28,8 +30,11 @@ * Also the list of possible attributes is provided to simplify assignment. */ +#define SKETCH_CONSTRAINT_COLOR "#ffff00" +#define SKETCH_DIMENSION_COLOR "#ff00ff" + /** \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.