X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Constraint.cpp;fp=src%2FSketchPlugin%2FSketchPlugin_Constraint.cpp;h=70a980aec7598e054d5c1c55ee9c450bcef8f142;hb=29dc792755900920f8d355a87dd0c31fd26bfe50;hp=0000000000000000000000000000000000000000;hpb=1f2a62003cac25a91d8517f3af1940c774f10433;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Constraint.cpp b/src/SketchPlugin/SketchPlugin_Constraint.cpp new file mode 100644 index 000000000..70a980aec --- /dev/null +++ b/src/SketchPlugin/SketchPlugin_Constraint.cpp @@ -0,0 +1,18 @@ +// File: SketchPlugin_Constraint.cpp +// Created: 08 May 2014 +// Author: Artem ZHIDKOV + +#include "SketchPlugin_Constraint.h" + +#include + +Handle_AIS_InteractiveObject SketchPlugin_Constraint::getAISShape(Handle_AIS_InteractiveObject thePrevious) +{ + return thePrevious; +} + +const boost::shared_ptr& SketchPlugin_Constraint::preview() +{ + return getPreview(); +} +