Salome HOME
Dump Python in the High Level Parameterized Geometry API (issue #1648)
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Constraint.cpp
index 70a980aec7598e054d5c1c55ee9c450bcef8f142..c3d2d00934a6d06569f8e0d46a80126e0db89516 100644 (file)
@@ -1,18 +1,12 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 // File:    SketchPlugin_Constraint.cpp
 // Created: 08 May 2014
 // Author:  Artem ZHIDKOV
 
 #include "SketchPlugin_Constraint.h"
 
-#include <AIS_InteractiveObject.hxx>
-
-Handle_AIS_InteractiveObject SketchPlugin_Constraint::getAISShape(Handle_AIS_InteractiveObject thePrevious)
-{ 
-  return thePrevious;
-}
-
-const boost::shared_ptr<GeomAPI_Shape>&  SketchPlugin_Constraint::preview()
+SketchPlugin_Constraint::SketchPlugin_Constraint()
 {
-  return getPreview();
-}
 
+}