X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchPlugin%2FSketchPlugin_SketchEntity.h;h=b56992b893ccb06b8e398e3c0f64da326096e8fe;hb=8f10db487ef409d859a62aa6e2235a17d9b56723;hp=95c4505b6a8034a1489dba34014ba2186e5aa19f;hpb=7d14a8dcb15197fb67509112e7d9a62cce03b1c0;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_SketchEntity.h b/src/SketchPlugin/SketchPlugin_SketchEntity.h index 95c4505b6..b56992b89 100644 --- a/src/SketchPlugin/SketchPlugin_SketchEntity.h +++ b/src/SketchPlugin/SketchPlugin_SketchEntity.h @@ -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; }