]> SALOME platform Git repositories - modules/shaper.git/blob - src/SketchPlugin/SketchPlugin_Constraint.cpp
Salome HOME
70a980aec7598e054d5c1c55ee9c450bcef8f142
[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