I’m trying to create a series of line segments between list points. (I want a line between the point -32,0,0 and -28.8,0,0 then a line between -28.8,0,0 and -26.6,0,0 so on and so forth.)What is the easiest way to do this? The amount of points and exact point values are subject to change.
- Uses the Polyline component to create a polyline using that list of points.
- Explode that polyline if you want the individual segments.
3. Attach minimal versions of all the relevant files