Sketcher: Shape to NURBS conversion

This commit is contained in:
Abdullah Tahiri
2017-02-14 22:19:09 +01:00
committed by wmayer
parent 58594866f7
commit c83472a15a
4 changed files with 100 additions and 2 deletions

View File

@@ -285,12 +285,14 @@ template <>
inline void SketcherAddWorkbenchBSplines<Gui::MenuItem>(Gui::MenuItem& bspline){
bspline << "Sketcher_BSplineDegree"
<< "Sketcher_BSplinePolygon"
<< "Sketcher_BSplineComb";
<< "Sketcher_BSplineComb"
<< "Sketcher_BSplineConvertToNURB";
}
template <>
inline void SketcherAddWorkbenchBSplines<Gui::ToolBarItem>(Gui::ToolBarItem& bspline){
bspline << "Sketcher_CompBSplineShowHideGeometryInformation";
bspline << "Sketcher_CompBSplineShowHideGeometryInformation"
<< "Sketcher_BSplineConvertToNURB";
}
template <typename T>