Point at specified distance along a curve

I can play around with the curve point as parameter input, so 0 will give me the start of the line, 1 the end and 0.5 the midpoint.
but Is there a way of getting the point to be a set distance along the curve, regardless of the angle or how long the line is?

Thanks,

1 Like

Point.AtSegmentLength? Or AtChordLength depending on how you want to measure.

1 Like

thanks that got it working, added length and removed the distance. :+1::+1::+1: