Implement GeometryCurvePy::length

This commit is contained in:
wmayer
2013-04-08 12:54:46 +02:00
parent 7bd3f1c03e
commit 48c69c820c
2 changed files with 32 additions and 0 deletions

View File

@@ -26,6 +26,12 @@
<UserDocu>Discretizes the curve using a given deflection or number of points and returns a list of points</UserDocu>
</Documentation>
</Methode>
<Methode Name="length">
<Documentation>
<UserDocu>Computes the length of a curve
length([uMin,uMax,Tol]) -> Float</UserDocu>
</Documentation>
</Methode>
<Methode Name="value">
<Documentation>
<UserDocu>Computes the point of parameter u on this curve</UserDocu>