]> SALOME platform Git repositories - modules/shaper.git/blob - src/SketchPlugin/SketchPlugin_Feature.cpp
Salome HOME
Base class for constraints was updated. Constraint manager functionality was started.
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Feature.cpp
1 #include "SketchPlugin_Feature.h"
2
3 void SketchPlugin_Feature::setPreview(const boost::shared_ptr<GeomAPI_Shape>& theShape)
4 {
5   myPreview = theShape;
6 }
7
8 const boost::shared_ptr<GeomAPI_Shape>& SketchPlugin_Feature::getPreview() const
9 {
10   return myPreview;
11 }