X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Constraint.cpp;h=70a980aec7598e054d5c1c55ee9c450bcef8f142;hb=47d69c6e766821c1296c5147a6248ae49020c7dd;hp=6d30aa06c8f866386694027a94c07cfa2f356509;hpb=97209b9a0fa0fd1496b96edbdb3100eb771d86c4;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Constraint.cpp b/src/SketchPlugin/SketchPlugin_Constraint.cpp index 6d30aa06c..70a980aec 100644 --- a/src/SketchPlugin/SketchPlugin_Constraint.cpp +++ b/src/SketchPlugin/SketchPlugin_Constraint.cpp @@ -4,3 +4,15 @@ #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(); +} +