Hi!
I would like to have 2 scatters of 20 points each and connect the point1 of the first scatter to the point1 of the second, etc.
I have placed a simple wrangle after each scatter to keep the the info of the point number even after I merge both scatters:
i@myptnum = i@ptnum;
The problem is I don't know how to use @myptnum to connect all 20 polylines.
Any help is appreciated!
-Olivier
Connecting points from 2 scatters (0 to 0, 1 to 1, etc) to create lines
8669 6 0-
- olivierth
- Member
- 1081 posts
- Joined: April 2017
- Offline
-
- tamte
- Member
- 8987 posts
- Joined: July 2007
- Offline
append Add SOP
set Polygons/By Group/Add to By Attribute
and put myptnum as Attrib Name
it will connect all points with the same attrib, so if you have unique myptnum values on the left points and the same values in any order on the right points it will draw lines connecting those pairs of points
set Polygons/By Group/Add to By Attribute
and put myptnum as Attrib Name
it will connect all points with the same attrib, so if you have unique myptnum values on the left points and the same values in any order on the right points it will draw lines connecting those pairs of points
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
-
- olivierth
- Member
- 1081 posts
- Joined: April 2017
- Offline
-
- olivierth
- Member
- 1081 posts
- Joined: April 2017
- Offline
-
- olivierth
- Member
- 1081 posts
- Joined: April 2017
- Offline
-
- tamte
- Member
- 8987 posts
- Joined: July 2007
- Offline
-
- olivierth
- Member
- 1081 posts
- Joined: April 2017
- Offline
-
- Quick Links