Hi all, I know this is an old post but how would you convert this into a python script node in grasshopper? I am trying to convert some rhinosripts into grasshopper but frequently get errors like “unsubscriptable” etc… Is there a guide to tell me what is actually passed to a grasshopper python node when I pass in geometry as an argument? I would like to access it just like elements of a list but that does not seem to work? The “Type Access” option does not fix the issue. Again, this is just an example and the deeper question is how do I know how the pythonscript node interprets the input? Thanks for any help.