Grasshopper

algorithmic modeling for Rhino

A runtime error on my vb.net component said the following:

Type 'OnNurbsCurve' is not defined

It turns out that my Grasshopper VB component does not import RMA.OpenNURBS nor RMA.Rhino.

How do I go about this? I cannot edit the script in the "Imports" area.

Do I have to download a specific .dll? Where do I place it and how does it load into the vb component?


Thanks!

Views: 836

Replies to This Discussion

GH 0.7 no longer uses the old SDK. You get to use the RhinoCommon SDK now. Look for the namespaces Rhino and Rhino.Geometry.

--
David Rutten
david@mcneel.com
Poprad, Slovakia
RMA.OpenNurbs.OnNurbsCurve is now Rhino.Geometry.NurbsCurve
We're aiming to provide the same functionality (and more eventually) in RhinoCommon, but there are bits and pieces still missing from the new SDK. Also, a lot of the functions that are there behave differently (better, in my opinion).

--
David Rutten
david@mcneel.com
Poprad, Slovakia

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service