Help: Trying to place points on curve

So, I’ve been trying to do something with these curves for a long time but I can’t seem to put down the logic into grasshopper, I’m fairly new to this software.

12

As you can see, I’m trying to place points on these curves, but I also need these points to be randomly placed for each curve, as of now, the same points are on each equivalent curve.

Any help will be appreciated!

Borgloon church.gh (26.6 KB)
The geometry has been internalized!

It looks like you might want to Graft the Curve input on your Curve Closest Point component (right click on curve, and pick Graft).

It didn’t seem to do it. I dont think I’ve kept a function to randomize these points on the curve, but I don’t know how to do that, so it’s coming out the same.

Here is a different approach.
Borgloon church_v2.gh (31.7 KB)

Hey! So this does solve the problem of place these points. Much muuuuch simpler, thanks a lot. But I doubt I had was that, is there a way to recall these points for a specific curve?

Like the first five curves, I want to create a square based cuboid on the points, whereas the next 5, I want to make rectangular based cuboid.