Salome HOME
An arc moving correction for dragging it by the center point.
[modules/shaper.git] / 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