add methods to convert a curve to a B-Spline or NURBS

This commit is contained in:
wmayer
2017-02-13 10:38:09 +01:00
parent b96b275579
commit becdede5c0
4 changed files with 67 additions and 8 deletions

View File

@@ -140,7 +140,15 @@ of the nearest orthogonal projection of the point.</UserDocu>
</UserDocu>
</Documentation>
</Methode>
<Methode Name="approximateBSpline">
<Methode Name="toNurbs">
<Documentation>
<UserDocu>
Converts a curve of any type (only part from First to Last)
toNurbs([Float=First, Float=Last]) -> NURBS curve
</UserDocu>
</Documentation>
</Methode>
<Methode Name="approximateBSpline">
<Documentation>
<UserDocu>
Approximates a curve of any type to a B-Spline curve