Grasshopper

algorithmic modeling for Rhino

i am grasshopper beginer...
i wanna ask that whats meaning of these value between themselves. 
could you give me an example to explain them!
thank you

{0}

{0;0}

{0;0;0}

{0;0;0;0}

{0;0;0;0;0}

{0;0;0;0;0;0}
......etc....

{0}

Views: 988

Replies to This Discussion

These are data tree paths. All data in Grasshopper is stored inside 'data trees'. A data tree is nothing more than a bunch of lists of data (where each list can contain zero or more elements), and each list is associated with a specific path. It's very similar to folder and file paths in Windows, except instead of text it uses integers.

Its mean that

{0} Main tree 

{0;0} Sub tree 

{0;0;0} branch

{0;0;0;0} sub branch

{0;0;0;0;0}  sub - sub branch

{0;0;0;0;0;0} sub - sub - sub branch


if we turn the component to be flatten, that means the current data should be turned to be original data, 
is that right?

there are 3 cases.

what do this components effect the performance after ii turn the component to be flatten and graft and to connect to other component?


{, is that0}

{0;0}

{0;0;0}

{0;0;0;0}

{0;0;0;0;0}

{0;0;0;0;0;0}

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service