Placing point along length of curve at specific interval

Hello Rhino community,

I am a grasshopper beginner and having trouble with what I imagine might be a fairly simple task.

Given a curve of say, 200 units, I’d like to place a point at the start of the curve, and then every 25 units until the end of the curve.

I am open to any solution. However I have included images of what little I have put together, using the Evaluate Length component, while searching for a solution to this task.


you can use something like this:


Pts along curve.gh (13.3 KB)

1 Like

Hi Noah,

You can use Divide Length component.

Thank you for putting this together! Downloaded and stored for future use