Salome HOME
bugfix for libSketchSolver.so: removing unresolved symbols from the SketchPlugin
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintBase.cpp
1 // File:    SketchPlugin_ConstraintBase.cpp
2 // Created: 08 May 2014
3 // Author:  Artem ZHIDKOV
4
5 #include "SketchPlugin_ConstraintBase.h"
6
7 AISObjectPtr SketchPlugin_ConstraintBase::getAISObject(AISObjectPtr thePrevious)
8
9   return thePrevious;
10 }
11
12 const void SketchPlugin_ConstraintBase::addSub(const FeaturePtr& theFeature)
13 {
14
15 }
16
17 void SketchPlugin_ConstraintBase::move(const double theDeltaX, const double theDeltaY)
18 {
19
20 }
21
22 double SketchPlugin_ConstraintBase::distanceToPoint(const boost::shared_ptr<GeomAPI_Pnt2d>& thePoint)
23 {
24   return 0;
25 }