From da24f2d6c04886619848f162130392d3e430cd8d Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 15 Dec 2014 15:57:10 +0300 Subject: [PATCH] Set old point style --- src/SketchPlugin/SketchPlugin_Feature.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2