X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_SketchEntity.h;h=b56992b893ccb06b8e398e3c0f64da326096e8fe;hb=c7a5ff20294ae8270bfb9120b8887f0c9959d658;hp=8f716c79f1de1427c742db9c61afbc18f7b67255;hpb=a24b7e6f4d112d5e7889fd76f030298fc428cd01;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_SketchEntity.h b/src/SketchPlugin/SketchPlugin_SketchEntity.h index 8f716c79f..b56992b89 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 @@ -99,7 +99,10 @@ class SketchPlugin_SketchEntity : public SketchPlugin_Feature, public GeomAPI_IC } } else if (aShapeType == 7) { // otherwise this is a vertex - // thePrs->setPointMarker(6, 2.); + // The width value do not have effect on the point presentation. + // It is defined in order to extend selection area of the object. + thePrs->setWidth(17); + // thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol } return isCustomized; }