Select item from a tuple

hi everyone!
I’m new to python and I am trying to create a new list from a list of tuples.

My goal is to extract the normals of each plane but I don’t understand how…

Can you please help me?
Thank you!

Erika

Hello Erika,

There’s a few things to think of:

  • You have to specify the index of the IN port, in this case [0]
  • Then you can get the normal of each plane by using ‘.Normal’ in the for loop.

1 Like