When using the Python component in Grasshopper, we sometimes encounter circumstances to deal with the unique tree structure of Grasshopper. There are two ways to handle this issue, one is a more scripting version, the other is a much simpler version. (1) The given tree structure For this tutorial, I simply made a secondary depth tree structure, adding series of numbers. (2) Dealing with list of ..