Grasshopper

algorithmic modeling for Rhino

Where can I find a list of all VB or C# functions that represent or cover the GH functionalities?

 

Thanks,

Views: 621

Replies to This Discussion

Hi H,

 

there is no such list. Sometimes there is a 1:1 mapping between a GH component and an SDK function, sometimes a GH component uses thousands of lines of code to achieve its goal.

 

--

David Rutten

david@mcneel.com

Poprad, Slovakia

Hi David,

 

Ok, thanks for the fast reply.

 

Are these SDK functions invocable in a VB or C# script or how would I be able to include them?

 

Is there a way I can have access to the code building the GH components so I can create my own customized GH blocks and functionalities?

 

I guess this is almost like asking if GH is open source? :)

 

Thanks,

Hi H,

 

possible, but difficult. You can create a new instance of a component in memory, populate it with data, tell it to solve itself and then harvest the outputs. But in most cases you'd end up doing more work than writing the code from scratch would take.

 

If you have a specific question I can help you out. I can possibly even add functions to either the Rhino or Grasshopper SDK that would make your life easier. 

 

--

David Rutten

david@mcneel.com

Poprad, Slovakia

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