Salome HOME
Changes in the presentations of features
[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 boost::shared_ptr<GeomAPI_AISObject> SketchPlugin_Constraint::getAISObject(
8                               boost::shared_ptr<GeomAPI_AISObject> thePrevious)
9
10   return thePrevious;
11 }
12
13 const boost::shared_ptr<GeomAPI_Shape>&  SketchPlugin_Constraint::preview()
14 {
15   return getPreview();
16 }
17