Hi, sorry for posting this again, but I'm really freaked out by the IEnumerable thing.
I'm not a die hard programmer, I learned all my knowledge about VB from rhino. In the old version Grasshopper I basically managed to deal with most geometries by the VB components. But now, in the rhino 5 common, a lot of method need the implementation of IEnumerable, like brep.joinbreps and curve.joincurves, and so on.
I checked the constructor of RhinoList, it shows rhinolist can implement IEnumerable.
But when I use list or array for syntax that requires IEnumerable (of Curve), IEnumerable(of Mesh) and so on, it just results in fault: '1-dimensional array of rhino.geometry cannot be converted to 'rhino.geometry'...
Help! I'm suffering this for two days....
'