Hi!
I am creating a geometry node setup and i need to join some vertex. I have the vertex in their positions and the way that I am trying to do is creating a mesh line with the same number of vertex than my other vertex from which I want to copy the position.
(At the top, the independent vertices, at the bottom, the mesh line with the same number of vertices)
After this, I have been trying to copy the position by index; Set vertex 0 position from the mesh line to the vertex 0 position from my individual vertex, vertex 1 to vertex 1, etc, I have been trying capturing attribute, also with sample index and sample nearest nodes, but I can´t find the way to make it work, it have sense to me copy the location according to index. Anyone know how could I do that? If there is another way instead of creating a mesh line also works to me too.
Thanks! =)