Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Constraint.cpp
1 // File:    SketchPlugin_Constraint.cpp
2 // Created: 08 May 2014
3 // Author:  Artem ZHIDKOV
4
5 #include "SketchPlugin_Constraint.h"
6
7 #include <AIS_InteractiveObject.hxx>
8
9 Handle_AIS_InteractiveObject SketchPlugin_Constraint::getAISShape(Handle_AIS_InteractiveObject thePrevious)
10
11   return thePrevious;
12 }
13
14 const boost::shared_ptr<GeomAPI_Shape>&  SketchPlugin_Constraint::preview()
15 {
16   return getPreview();
17 }
18