Salome HOME
Added class for the distance constraint
[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 void SketchPlugin_Constraint::addConstrainedObject(
8           const boost::shared_ptr<ModelAPI_AttributeReference>& theReference)
9 {
10 }
11
12 void SketchPlugin_Constraint::addConstrainedObject(
13           const boost::shared_ptr<ModelAPI_AttributeRefAttr>& theReference)
14 {
15 }