+ Method to convert any curve into B-Spline

This commit is contained in:
wmayer
2013-10-24 17:30:38 +02:00
parent 39f450ea3b
commit a6b71c58dd
2 changed files with 36 additions and 0 deletions

View File

@@ -58,6 +58,14 @@ length([uMin,uMax,Tol]) -> Float</UserDocu>
of the nearest orthogonal projection of the point.</UserDocu>
</Documentation>
</Methode>
<Methode Name="toBSpline">
<Documentation>
<UserDocu>
Converts a curve of any type (only part from First to Last)
toBSpline([Float=First, Float=Last]) -> B-Spline curve
</UserDocu>
</Documentation>
</Methode>
<Attribute Name="FirstParameter" ReadOnly="true">
<Documentation>
<UserDocu>