Grasshopper

algorithmic modeling for Rhino

Hi, 

you may be familiar with those type of components:

I was wondering if anybody has ever heard of a way to program those in visual studio. 

Please tell me if you know, 

Thank you. 

Views: 346

Attachments:

Replies to This Discussion

You mean that you want to control the flow ????

Kinda:

switch(what)

{

  case 1: Do_This(a,b,c,d); break;

  case 2: case 3: Do_That(e,f,w); break;

  case 4: Do_Nothing(); break;

}

Or you want to design a new "component" with different appearance?

I'm developing a plug-in in visual studio, I know how to edit the component in the grasshopper interface but I would like to know if it was possible to generate this type of component in visual studio in order to include it in my plug-in. I don't if that answers the question...

Thx

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