X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_SketchEntity.h;h=cffdee549483e335a54c19f171fbaa17ef9a1717;hb=22b8f7fe2eccd1eeee183f52834b191b1e904dc3;hp=8f716c79f1de1427c742db9c61afbc18f7b67255;hpb=0c0573f4321deb94f9c5d3182a34fb672cc6e1f0;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_SketchEntity.h b/src/SketchPlugin/SketchPlugin_SketchEntity.h index 8f716c79f..cffdee549 100644 --- a/src/SketchPlugin/SketchPlugin_SketchEntity.h +++ b/src/SketchPlugin/SketchPlugin_SketchEntity.h @@ -20,9 +20,9 @@ #include -#define SKETCH_ENTITY_COLOR "#ff0000" -#define SKETCH_EXTERNAL_COLOR "#00ff00" -#define SKETCH_AUXILIARY_COLOR "#000000" +#define SKETCH_ENTITY_COLOR "225,0,0" +#define SKETCH_EXTERNAL_COLOR "170,0,225" +#define SKETCH_AUXILIARY_COLOR "0,85,0" /**\class SketchPlugin_SketchEntity * \ingroup Plugins @@ -98,9 +98,9 @@ class SketchPlugin_SketchEntity : public SketchPlugin_Feature, public GeomAPI_IC isCustomized = thePrs->setLineStyle(0) || isCustomized; } } - else if (aShapeType == 7) { // otherwise this is a vertex - // thePrs->setPointMarker(6, 2.); - } + //else if (aShapeType == 7) { // otherwise this is a vertex + // thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol + //} return isCustomized; }