Hi Claudio, we're all new to Data Structures, there's very little documentation out there. The rules by which they operate though are not very complicated:
1) If a component creates a single output for a single input (such as Addition, CurveEndPoints & Distance), the branch layout of the output is similar to the most complex input layout. 2) If a component creates multiple outputs for a single input (such as DivideCurve, JoinCurves and BrepSection), the branch layout of the output is similar the most complex input *plus an extra branch*. 3) Input data in different branches is NEVER cross pollinated. 4) The first branch in the first input parameter is matched with the first branch in the second (and third and fourth) input parameter. But this may change in future versions. -- David Rutten [email protected] Robert McNeel & Associates On Mar 29, 8:03 am, Claudio <[email protected]> wrote: > Hi guys, > > I've plunge my self int to the new tree data process of GH 06 > (revision 9). So far I managed to use it, somehow, but i really do not > understand what I'm doing. I've also studied the GH prime (Second > edition) but the chapter discussing this matter is really short. So is > there any documentation out there; Or trial and error is my only hope? > > Thank you all > > BTW: What a great community. Congrats everyone!!! > > see ya
