Salome HOME
Set old point style
authorvsv <vitaly.smetannikov@opencascade.com>
Mon, 15 Dec 2014 12:57:10 +0000 (15:57 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Mon, 15 Dec 2014 12:57:10 +0000 (15:57 +0300)
src/SketchPlugin/SketchPlugin_Feature.h

index d43fe66a9235b8b9983d7aea4e345ffe4d692741..ca61e4b97b789bd8bc13bca99e758d574ed0a45c 100644 (file)
@@ -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