Finding a single parameter on a curve by length

A simple question: I want to create a point along a curve not by using an absolute distance or by parameters but by actual distance ALONG the curve.
for a long time i have been doing it with the divide length component and taking the first point. Is there any dedicated component to achieve this?

Yes, Evaluate Length - and set Normalize to false.

1 Like

thanks!