How to orient object to the center of dome?

Hey, i’m very new to Grasshopper and i need some help for my model. I have a dome shape and i need to put the object on each point where the triangles are connecting, but the problem is that they need to face to the center of this dome and i can’t orient them. How can i solve this?



Create plane at each vertex of the dome using Plane Normal, with the ‘Z’ input from Vec2Pt between the dome center and each vertex.

3. Attach minimal versions of all the relevant files

It worked! Thanks a lot!