Add parameter at given distance method for curves

This commit is contained in:
maito78
2016-07-26 16:00:25 +02:00
committed by wmayer
parent a444631fd7
commit db7465b215
2 changed files with 35 additions and 3 deletions

View File

@@ -63,6 +63,12 @@ Part.show(s)
length([uMin,uMax,Tol]) -> Float</UserDocu>
</Documentation>
</Methode>
<Methode Name="parameterAtDistance">
<Documentation>
<UserDocu>Returns the parameter on the curve of a point at the given distance from a starting parameter.
parameterAtDistance([abscissa, startingParameter]) -> Float the</UserDocu>
</Documentation>
</Methode>
<Methode Name="value">
<Documentation>
<UserDocu>Computes the point of parameter u on this curve</UserDocu>