Sketcher: Parabola Creation Command

===================================

With exception of exposure of internal geometry.
This commit is contained in:
Abdullah Tahiri
2016-12-19 01:17:12 +01:00
parent 0ef1ce9261
commit 6f6cc6d961
2 changed files with 366 additions and 1 deletions

View File

@@ -140,7 +140,8 @@ inline void SketcherAddWorkspaceArcs<Gui::MenuItem>(Gui::MenuItem& geom){
<< "Sketcher_CreateEllipseByCenter"
<< "Sketcher_CreateEllipseBy3Points"
<< "Sketcher_CreateArcOfEllipse"
<< "Sketcher_CreateArcOfHyperbola";
<< "Sketcher_CreateArcOfHyperbola"
<< "Sketcher_CreateArcOfParabola";
}
template <>
inline void SketcherAddWorkspaceArcs<Gui::ToolBarItem>(Gui::ToolBarItem& geom){