Grasshopper

algorithmic modeling for Rhino

Hello all,

I am still learning to deal with trees in python, so I did what I want to do using gh components but I need it in python script because I need to add list C and list D as shown in the figure to be added which is not possible with gh hoop snake loop component because it changes during iteration. It is possible in python using 

for i in range(iteration):

..... list_c = list_c + value

but I do not know how to deal with trees inside python. So please help me in converting those gh components into python or even C sharp is welcome. Thanks in advance

Views: 623

Attachments:

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service