Grasshopper

algorithmic modeling for Rhino

DOCUMENTATION PLEEEEEEEEEEEEEEEAAAAAAAAAAAAAASSSSSSSSSSSEEEEEEE!!!!!!!!!!!!!

Hello,

I'm trying to script in .vb in grasshopper but...where I can find information about the method and the way to use it.
For example the help of rhinoscript is perfect.
Why there is not the same for .vb in grasshopper?

I mean there is a book about .vb in grasshopper?
There is information about .vb but not .vb oriented grasshopper....

Thanks

Views: 343

Replies to This Discussion

there is information on the rhino page
maybe ask doctor google ;) first

http://www.rhino3d.com/5/rhinocommon/
Thanks, for help,

Could you explain me how to use http://www.rhino3d.com/5/rhinocommon/ ?
for example I have a list of pt and a list of surface, wich command can help me to know if a pt belong to a surface?

something like: index=pt.GetClosestSrf(L_srf)

where I can find the specific command .vb of grasshopper like "GetClosestSrf(a,b)?

Regards
I think that you must use Brep.GetClosestPoint Method:

srf_pt = srf.GetClosestPoint (pt)

srf must be a valid brep variable and pt a point3d variable.
Thanks so much.

Do you have a idea where I can find all og the command like "GetClosestPoint" ?
You need to search in http://www.rhino3d.com/5/rhinocommon/ with "point closest" key.

Good luck ;)
U are a Genius :)

trhanks so much for the time you spend for beginner!

BigUp

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