Grasshopper

algorithmic modeling for Rhino

Hello,

I want to add to the objects output in a VB component. In the earlier versions you could just do  A = A + (thing i want to add). Basically I am iterating through a nested list and want to put the lists in the A object.

Thanks

Liviu

Views: 299

Replies to This Discussion

Hi Liviu,

A is of type System.Object and therefore you shouldn't be able to use methods or operators on it. You should declare a private variable to contain your data and only assign it to A when you're done calculating it.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service