Grasshopper

algorithmic modeling for Rhino

Hello,

If somebody can tell me what is wrong with my file.

Thanks to help!

Views: 482

Attachments:

Replies to This Discussion

Hi RG,

there are two small things: one is that the scripting component must have an input. In theory it should also work without it, but this is not the case in this version.

The other is that you cannot pass an IEnumerable(Of IEnumerable) as output, as this will not be recognized (for example List(Of Array) will not work). At the state of things, you can either set more output params, or check the DataTree(Of Something) type.

 

I hope this helps somehow,

- Giulio

thanks, that help!

Hi Giulio,

 

I 'm not sure about "you cannot pass an IEnumerable(Of IEnumerable) as output, as this will not be recognized (for example List(Of Array) will not work)". If you look the fil in attach you will see that you can do it, or maybe I didn't understand your answer the first time.

Thanks so much for help people!

Best Regards,

RG

Attachments:

Please hover over the output of the scripting component.

At the current stage, every first-level IEnumerable is showing as an item, as opposed to a tree path, which is the normal way to show this kind of logic in Grasshopper. This means that many normal Grasshopper components will have trouble utilizing the result. If on the other hand your goal is using the output in another scripting component, then things might be ok already.

- Giulio
____________

giulio@mcneel.com
McNeel Europe, Barcelona

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service