Salome HOME
Issue #17347: B-Splines in Sketcher
[modules/shaper.git] / src / SketchSolver / PlaneGCSSolver / PlaneGCSSolver_GeoExtensions.h
index 87f66653c91157845ed4e30d0a35883ea38328f5..9bc62e327130e6f85db57487e848d07c37e642dd 100644 (file)
@@ -47,6 +47,8 @@ namespace GCS {
     std::shared_ptr<GeomAPI_BSpline2d> myCurve; /// cached B-spline curve
     std::list<std::shared_ptr<GeomAPI_Pnt2d> > myCachedPoles; /// cached B-spline poles
     std::list<double> myCachedWeights; /// cached B-spline weights
+    std::list<double> myCachedKnots; /// cached B-spline knots
+    std::list<int> myCachedMultiplicities; /// cached B-spline multiplicities
   };
 }