Salome HOME
70e4d7be6d96affc0c23c53d8980c3fdee2082ce
[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 }