is there a command to add vertexes to a line (even if not necessary to
define a straight line) ?  meaning if i have a line defined as
nodes 0,0  and 0,50, i would like the nodes and vertexes to
be:  0,0  0,10  0,20   0,30  0,40 
0,50<br>
<br>
Basically i would like to add verticies at a specified interval, to all lines.<br>
<br>
v.segment seems like it might work, but i dont understand how to input that into it.<br>
<br>
Mark<br>