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