Sketcher: implement command to decrease degree of a B-spline

This commit is contained in:
wmayer
2020-10-23 00:36:41 +02:00
parent c5d5d69c91
commit fc89f4eb0c
6 changed files with 122 additions and 8 deletions

View File

@@ -257,6 +257,11 @@ If there is no such constraint an exception is raised.
<UserDocu>Increases the given BSpline Degree by a number of degrees</UserDocu>
</Documentation>
</Methode>
<Methode Name="decreaseBSplineDegree">
<Documentation>
<UserDocu>Decreases the given BSpline Degree by a number of degrees by approximating this curve</UserDocu>
</Documentation>
</Methode>
<Methode Name="modifyBSplineKnotMultiplicity">
<Documentation>
<UserDocu>Increases or reduces the given BSpline knot multiplicity</UserDocu>