David,
When we use this component, how do we know what distance to enter? What we actually want is to place N points on the curve such that the straight line distance between them are equal.
If we use the arc length of the curve, we can get an approximate distance to subdivide the curve by (if we wish to use the divide distance function) but it's not going to work if the curve changes slope.
So it seems like there needs to be a dedicated component which places points on a curve that makes the str line dist between points equal.