X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_SketchEntity.h;h=b56992b893ccb06b8e398e3c0f64da326096e8fe;hb=c7a5ff20294ae8270bfb9120b8887f0c9959d658;hp=cffdee549483e335a54c19f171fbaa17ef9a1717;hpb=dbba795b3b4b4fbefc9a0cf63a49a451f63737f7;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_SketchEntity.h b/src/SketchPlugin/SketchPlugin_SketchEntity.h index cffdee549..b56992b89 100644 --- a/src/SketchPlugin/SketchPlugin_SketchEntity.h +++ b/src/SketchPlugin/SketchPlugin_SketchEntity.h @@ -98,9 +98,12 @@ class SketchPlugin_SketchEntity : public SketchPlugin_Feature, public GeomAPI_IC isCustomized = thePrs->setLineStyle(0) || isCustomized; } } - //else if (aShapeType == 7) { // otherwise this is a vertex + else if (aShapeType == 7) { // otherwise this is a vertex + // 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; }