Hi, I’m trying to create the shape as shown in the canvas using the list of vectors I have. I’m looking at using loop. Any Idea? Thanks vectors.gh (9.2 KB)
1 Like
No need to use insert item
1 Like
There is if you don’t set PLine ‘C’ (Closed) input to true (Invert). That part is unnecessary(?) and probably wrong?
1 Like
Disable ‘Invert’ on the PLine ‘C’ (Closed) input to see what I mean. Seems more correct to me than assuming the list of vectors is a closed loop?
2 Likes
Whether closed polyline enabled or disabled, the the point with coordinates (0,0,0) is unnecessary
2 Likes
Thank you Guys for your all your replies. I believe it’s kinda tricky but I’m seeing potential solution…
Pls note that the first line should start from the origin.
Hey,
On Seghier’one, I think it was starting from origin.
Anyway here how I’do it, with few more option that I find useful.
cheers,
MaVector.gh (8.5 KB)