i would try to create a multidimensional array or list. since it's not possible to define classes in the scripting node, that's probably the only possible solution. if you pass that array to a predefined gh-node this, of course, isn't of any use. you can just do that, if the node to handle that array is a scripted node too, and in that case you can write all the code in a single node...
other possible solution: multiple outputs ordered in the way you need them. but that only works, if you have the same number of points for each surface. and it can be very annoying if the point count for each surface is 137 ;-) sip matthias On Jan 26, 4:34 pm, Evert <[email protected]> wrote: > Hi All, > > Has anyone seen any examples of creating and managing subset list with > the vb.net component? > > Let's say I've cerated an array of point in a surface and I want to > created different subsets of points to be able to manipulate them > independently. any ideas? > > You help will be very much appreciated. > > Cheers! > > Evert Amador
