Trying to apply a list to each index of another list

Hello,

What I am trying to do is apply the list of all 24 vectors to each center point from a list. When I run the script it works for the first entry but then doesn’t do anything for the other points within the list. I am having trouble on what I have set up wrong that the list isn’t being applied to each point from the other list. I have attached a screen shot with an arrow of what list I am trying to apply to each index of a separate list.

Any help is greatly appreciated.

Thank you in advance

I was able to figure this out

Maybe also share the solution for other people? :roll_eyes:

1 Like

I ended up using the list.Cycle node to create a list of the values the same number of times as their were in the element.getlocation node. And this method allowed the list of 24 values from the code block to all be applied to a single point to give me 24 new points for each center point from the element.getlocation node.

1 Like