Hey Greg,
Thanks for your answer!
I found another approximating solution:
I'm interpolating between the points, for example with square interpolation.
I connect the sampled points and the n interpolated points.
The length of my spline is the accumulated length of the parts.
Anja
Hello,
i'm searching for a method do get the length of a spline in 3D.
I'm refering to a closed thread (thread575-207328).
The member "cibachrome" wrote:
"The Spline Toolbox contains a function CSCVN that will hand you the total length as the last value of the arc sequence."
Can you tell me...