From: vsv Date: Mon, 15 Dec 2014 12:57:10 +0000 (+0300) Subject: Set old point style X-Git-Tag: before_slalome_7.5.1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=da24f2d6c04886619848f162130392d3e430cd8d;p=modules%2Fshaper.git Set old point style --- 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