[Sketcher] Fix and support periodic B-spline by interpolation

This commit is part of a project funded by the Open Toolchain Foundation under
the title "Open Toolchain Foundation - Curve drawing tool in Sketcher
Workbench".
This commit is contained in:
Ajinkya Dahale
2023-03-10 01:21:00 +05:30
committed by abdullahtahiriyo
parent 68d67ecb87
commit 8803404d88
3 changed files with 53 additions and 46 deletions

View File

@@ -212,8 +212,8 @@ inline void SketcherAddWorkspaceArcs<Gui::MenuItem>(Gui::MenuItem& geom)
<< "Sketcher_CreateArcOfParabola"
<< "Sketcher_CreateBSpline"
<< "Sketcher_CreatePeriodicBSpline"
<< "Sketcher_CreateBSplineByInterpolation";
// << "Sketcher_CreatePeriodicBSplineByInterpolation";
<< "Sketcher_CreateBSplineByInterpolation"
<< "Sketcher_CreatePeriodicBSplineByInterpolation";
}
template <>