2

I've got two sets of vertices in Sverchok:

enter image description here

I'm trying to draw edges between each corresponding vertex. I came up with this, but it seems overly complicated:

enter image description here

Are there any Sverchok nodes to simplify this operation?

ajwood
  • 10,063
  • 11
  • 60
  • 112

2 Answers2

1

List split

You can use one node with the List Split node. You'll avoid the repetition of the double Range Int node.

enter image description here

It's just a slightly different variation from your implementation. Apart from building a node that makes all at once, I can't think of a way to simplify it further.

Carlo
  • 24,826
  • 2
  • 49
  • 92
1

try UV-connect node simply join two objects by vertices into input sockets for uvconnect http://nikitron.cc.ua/sverch/html/nodes/modifier_make/uv_connect.html enter image description here

nikitron
  • 1,022
  • 1
  • 8
  • 13