I'm trying to calculate points on a curve at a set distance apart,
e.g. I want to start at curve.u[0] and return the .u value TWO UNITS(cm) ALONG the curve, then FOUR cm along, SIX cm, etc...
My curves are not going to be parametrically uniform and will have differing numbers of spans and min/max values...
Is there an existing command to do this or an easy way without having to rebuild my curves from .u[0] to [1] and then dividing the total arcLen by this...
:nathaN