2

Help me please to set up nodes, so that curve will be instanced between every two faces of different meshes.

  1. Faces should be selected by index, like 1-1, 2-2, etc.
  2. Curve should be directed along faces' normals.

I've replicated something partly similiar to my needs from this answer, but it is limited to only 2 faces inside one object. enter image description here

Serge L
  • 3,915
  • 1
  • 17
  • 33

1 Answers1

3

Loop over both the polygon centers and polygon normals of both mesh and create some between each two centers using the normals as handles:

Node Tree

Or by using the Instancer node:

Node Tree

Omar Emara
  • 22,639
  • 5
  • 55
  • 103