07-17-2016, 10:50 PM
If I understand you correctly, then the GetPositionOnCurve method on the bezierCurve object should get you the correct result - the method takes a single parameter t argument that can have any value from 0 to 1; 0 meaning the start of the curve and 1 the end of the curve.
Andrej Benedik

