I have a bezier curve that I've used to trace the curve of a stream on a map. At points along the stream I have objects that mark the location of data. Is there anyway to attach the objects to the stream-curve and then straighten the curve?
I'd like to have this in order to create a river profile and also measure the distance between different pieces of data (some markers are elevation, and some are other data).
Before:
After:
... In my image, all of the markers should be evenly placed along the line, they just aren't perfectly placed in the version I made by hand.