We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'd like to draw ellipses along a curve where the curveTightness does not equal to 0. curvePoint doesn't seem to take the tightness into account.
Any idea how to do this? Thanks!
Answers
Use curveVertex instead of curvePoit
I don't see how using curveVertex() will help. I want to get the co-ordinates of various points on a curve. Sure, I could draw the curve using curveVertex() instead of curve(), but I don't see how this would help me get the co-ordinates of say a point 1/8th across the curve.
My mistake, I realised the issue came from calling curveTightness in the wrong scope.