Sg2.9
Connecting points with lines
Recent RSS
Connecting points with lines
From:  Jakub Gruber
Date:  25. February 2012, 04:34

Hello, can somebody give me advice how to accomplish this?

Re: Connecting points with lines
From:  pqbd
Date:  26. February 2012, 23:19

For an array of points, make a line between the first point, and each remaining point. Then splice the first point from the array, and repeat.

Re: Connecting points with lines
From:  Jakub
Date:  27. February 2012, 21:09

Can you please give me some hints how to make such a script that'll make the array from selected points?

Re: Connecting points with lines
From:  pqbd
Date:  27. February 2012, 22:38

Unconnected anchor points on the artboard are the first segments of individual path objects. The document.selectedItems property will return an array of all selected Items, and each Path Item contains an array of all segments of each path.

Re: Connecting points with lines
From:  Jakub
Date:  27. February 2012, 23:37

You sir, saved my day. Thank you!

Re: Connecting points with lines
From:  g0x
Date:  4. November 2012, 18:11

Is possible to use bezier lines to connect the point?
I would to have curve line connecting the points.

tnx :)

Re: Connecting points with lines
From:  pqbd
Date:  5. November 2012, 20:21

Those are bezier curves, just with handles that have a vector length of zero. Since there's an infinite number of 'curves' that could connect any two points, you'll need to be a little more specific.

Scripts
08.08.14, 15:24
15.05.14, 14:23
02.03.14, 19:16
18.11.13, 14:48
22.03.13, 03:05
22.02.13, 15:45
Posts
10.01.17, 16:37
19.02.16, 06:03
19.02.16, 06:00
17.01.16, 11:00
12.01.16, 13:10
25.11.15, 08:19
Script of the Moment
Shape Contours V2 26.04.12