Salome HOME
Merge remote-tracking branch 'remotes/origin/master' into SketchSolver
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Constraint.cpp
index 6d30aa06c8f866386694027a94c07cfa2f356509..5e8727687f0407e6cfb4fb7dd119b6382691f7b9 100644 (file)
@@ -4,3 +4,14 @@
 
 #include "SketchPlugin_Constraint.h"
 
+boost::shared_ptr<GeomAPI_AISObject> SketchPlugin_Constraint::getAISObject(
+                              boost::shared_ptr<GeomAPI_AISObject> thePrevious)
+{ 
+  return thePrevious;
+}
+
+const boost::shared_ptr<GeomAPI_Shape>&  SketchPlugin_Constraint::preview()
+{
+  return getPreview();
+}
+