Grasshopper

algorithmic modeling for Rhino

I'm really confused now...

Using the new VB.net scripting component, how would I get a set of intersection points between two curves?

 

It seems as though all of the old names like on3dpoint or onlinecurve have changed? is there a new refrence document out there somewhere?

 

 

 

Views: 2965

Replies to This Discussion

Hi Vaughn,

that's right, everything starting with On**** is gone. We now use the new SDK called RhinoCommon. The auto-generated helpfile is available online: http://www.rhino3d.com/5/rhinocommon/

If you want to find intersections between curves, you'll need to use the Rhino.Geometry.Intersect.Intersection.CurveCurve() method.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

Hi,

Grasshopper is now based on the RhinoCommon SDK.

For a sample on intersecting curves, see this help page. You only need the part after "Calculate the intersection" in Grasshopper, as you are already given the curves.

I hope this helps,

- Giulio
_______________
giulio@mcneel.com

postscript: You can also use the 'Legacy' Vb.Net component. This references the old .Net SDK.

3 minutes later this time. :)

Thanks guys. makes sense now. (took me 18 hours to respond, your support group caffine budget might be a bit high.)

 

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