INCLUDE_DIRECTORIES(${SLVS_ROOT_DIR}/include)
LINK_DIRECTORIES(${SLVS_ROOT_DIR}/lib)
-#SET(SLVS_LIBRARIES ${SLVS_ROOT_DIR}/lib/slvs.lib)
+SET(SLVS_LIBRARIES slvs)
SketchPlugin_Feature();
/// Sets the data manager of an object and here initializes mySketch field
SKETCHPLUGIN_EXPORT virtual void setData(boost::shared_ptr<ModelAPI_Data> theData)
- {}
+ {ModelAPI_Feature::setData(theData);}
friend class SketchPlugin_Sketch;
using namespace std;
-/// the active sketch
-boost::shared_ptr<SketchPlugin_Sketch> MY_ACITVE_SKETCH;
-
// face of the square-face displayed for selection of general plane
const double PLANE_SIZE = 200;