Salome HOME
Changes in the presentations of features
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Point.cpp
index 74860bb6290c7e4384ac8bc546b1bd9fa53b18ce..984d98919a8b6c7fc323f7350e2a3e351804080f 100644 (file)
@@ -42,6 +42,12 @@ const boost::shared_ptr<GeomAPI_Shape>& SketchPlugin_Point::preview()
   return getPreview();
 }
 
+boost::shared_ptr<GeomAPI_AISObject> SketchPlugin_Point::getAISObject(
+                                boost::shared_ptr<GeomAPI_AISObject> thePrevious)
+{
+  return prepareAISShape(thePrevious);
+}
+
 void SketchPlugin_Point::move(double theDeltaX, double theDeltaY)
 {
   boost::shared_ptr<ModelAPI_Data> aData = data();