I have what I hope to be a fairly simple question...

I have a cull pattern relating to points on a curve, say:
true true true false true true true true false

I want the cull pattern to be able to change according to the length
of the curve, so if the curve got shorter the cull pattern would
become:
true true false true true true false

Is there a way of doing this without going into complex code? If not
how simple would the code be to achieve this?

Many thanks for your help.

ST

Reply via email to