Sketcher: New Feature: Hyperbola/ArcOfHyperbola
=============================================== - ArcOfHyperbola creation method - Solver representation (undefined moving) - SketchObjectPyImp (here we still miss the Part->Partdesign conversion) - Sketch validation for hyperbola - Hyperbola creation method: shows the "proof of concept", but it is very buggy!! Notes: - Missing icons, probably missing geo normal curve implementation - rebasing - - Fixes to adapt Hyperbola to Derivector implementation and make it compile
This commit is contained in:
@@ -139,7 +139,8 @@ inline void SketcherAddWorkspaceArcs<Gui::MenuItem>(Gui::MenuItem& geom){
|
||||
<< "Sketcher_Create3PointCircle"
|
||||
<< "Sketcher_CreateEllipseByCenter"
|
||||
<< "Sketcher_CreateEllipseBy3Points"
|
||||
<< "Sketcher_CreateArcOfEllipse";
|
||||
<< "Sketcher_CreateArcOfEllipse"
|
||||
<< "Sketcher_CreateArcOfHyperbola";
|
||||
}
|
||||
template <>
|
||||
inline void SketcherAddWorkspaceArcs<Gui::ToolBarItem>(Gui::ToolBarItem& geom){
|
||||
|
||||
Reference in New Issue
Block a user