If I have a curve I can use the convert command to turn it into a set
of straight line segments but if I have a straight line this command
does not work unsuprisingly.
The nearest thing I can find is divide which will produce a set of
points on the line however I then have to manually join-the-dots, this
isn't practical for my application as there are just so many points.
Does anyone have a method that is suitable for automation?
Cheers,
Graham