]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_MacroBSpline.h
Salome HOME
Issue #17347: B-Splines in Sketcher
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_MacroBSpline.h
index f74b5bb5084b386b29ceb69f81cb99cca3a7eb7b..0137962ed1993585ccfd8bec721cf34cb55c3152 100644 (file)
@@ -104,6 +104,7 @@ private:
   void createControlPolygon(FeaturePtr theBSpline, std::list<FeaturePtr>& thePoles);
   void constraintsForPoles(const std::list<FeaturePtr>& thePoles);
 
+  int myDegree;
   bool myIsPeriodic;
 };