Part: [skip ci] get n-th derivative of a curve via Python

This commit is contained in:
wmayer
2020-05-17 23:25:07 +02:00
parent ff0e556b59
commit 7b970ab3b7
2 changed files with 155 additions and 0 deletions

View File

@@ -58,6 +58,31 @@ Part.show(s)
</UserDocu>
</Documentation>
</Methode>
<Methode Name="getD0" Const="true">
<Documentation>
<UserDocu>Returns the point of given parameter</UserDocu>
</Documentation>
</Methode>
<Methode Name="getD1" Const="true">
<Documentation>
<UserDocu>Returns the point and first derivative of given parameter</UserDocu>
</Documentation>
</Methode>
<Methode Name="getD2" Const="true">
<Documentation>
<UserDocu>Returns the point, first and second derivatives</UserDocu>
</Documentation>
</Methode>
<Methode Name="getD3" Const="true">
<Documentation>
<UserDocu>Returns the point, first, second and third derivatives</UserDocu>
</Documentation>
</Methode>
<Methode Name="getDN" Const="true">
<Documentation>
<UserDocu>Returns the n-th derivative</UserDocu>
</Documentation>
</Methode>
<Methode Name="length" Const="true">
<Documentation>
<UserDocu>Computes the length of a curve