Hi Karl, go into the context menu of the input parameters and enable the List option. You can also set a type hint (OnBrep).
Now if you open the script editor you'll see that the RunScript() signature has changed. You can now access the data inside the lists. -- David Rutten [email protected] Robert McNeel & Associates On Mar 9, 4:05 pm, "[email protected]" <[email protected]> wrote: > Hi everyone, > > I have a question regarding the C# Component of Grasshopper. > > To illustrate my problem, I uploaded a Screenshot called > Karl_cSharp.jpg > > Into my c# Component I have two lists of 12 Breps each I would later > devide from each other. > > What I'm wondering is, how general deal with list of geometry as > input. > How can I access list items and work with them. > > Does anyone have a little example of how to deal with the input and > output of these components > (it does't have to be C#,VB is also ok.) > > Thanks in advance, > > Karl
