stippled line variable point spacing from raster

 From:  bemfarmer
10809.33 
Given a (continuous) curve in an ( x, y ) plane, which goes from xMin to xMax, and which for every x, has a single y value.
(Like for a single valued function.)
A circle and ellipse do not qualify. The bottom half of a circle would qualify.


How to Array the start point along the curve, with constant x intervals.
I do not think that there is a script for doing this?
ArrayCurve of startpoint of the curve usually is spaced differently.

This can be done by placing a horizontal line below the curve, and using ArrayCurve to array the startpoint of the line along the line, and then projecting the points to the "single valued curve".

- Brian