ReverseEngineering: approximation of a 2-degree polynomial surface and converting it into a Bezier surface

This commit is contained in:
wmayer
2020-03-07 14:21:57 +01:00
parent 11a13d6843
commit 3eb8555cf3
4 changed files with 214 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*approx << "Reen_ApproxPlane"
<< "Reen_ApproxCylinder"
<< "Reen_ApproxSphere"
<< "Reen_ApproxPolynomial"
<< "Separator"
<< "Reen_ApproxSurface";
*reen << approx;