Move Along Spline

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 16/10/2003 at 15:04, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.206 
Platform:      
Language(s) :     C++  ;

---------
Hi,
I would like to move an object along a spline with C++ but I don't have any idea how I can do it.
What I bascially want to do is is have a percent parameter on my plugin, 0% would move an object to the start of the spline while 100% would move the object to the end of spline and 50% would be in the middle.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 27/10/2003 at 00:47, xxxxxxxx wrote:

Please have a look at the SplineObject::GetSplinePoint() function.