X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Feature.h;h=ca61e4b97b789bd8bc13bca99e758d574ed0a45c;hb=2b0abbe05a15767d4952f2a36b3e9df3bde15c3e;hp=d43fe66a9235b8b9983d7aea4e345ffe4d692741;hpb=4019e4f7f2008ea45b40e16118d895c4c8ba8a05;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Feature.h b/src/SketchPlugin/SketchPlugin_Feature.h index d43fe66a9..ca61e4b97 100644 --- a/src/SketchPlugin/SketchPlugin_Feature.h +++ b/src/SketchPlugin/SketchPlugin_Feature.h @@ -70,8 +70,8 @@ class SketchPlugin_Feature : public ModelAPI_Feature, public GeomAPI_ICustomPrs if (thePrs->getShapeType() == 6) thePrs->setWidth(3); // if this is a vertex - else if (thePrs->getShapeType() == 7) - thePrs->setPointMarker(6, 2.); + //else if (thePrs->getShapeType() == 7) + // thePrs->setPointMarker(6, 2.); } /// Returns the sketch of this feature