mcneel / rhino-developer-samples

Rhino and Grasshopper developer sample code
http://developer.rhino3d.com
Other
612 stars 330 forks source link

C++ export and import data #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

I am writing a utility to operate on rhino files so I can export the mesh data. Is that supported on your api ? Not sure if you provide file level api you see ..

Next I want to write a plug-in to pull and push data via the rhino program itself. The idea is to update the mesh as the architect works. I assume that I need some sort of developer account to allow my colleagues to use that ?

dalefugier commented 6 years ago

Hi @gedw99,

It is possible to export mesh data from the Rhino C++ SDK and RhinoCommon (toolkits to build plug-ins for Rhino) and from openNURBS (a toolkit to read and write 3dm files).

I don't quite understand your second question. We'll probably need more information on what you are trying to do and why before we can answer this.

In the future, you might consider asking your questions on our developer forum, as you usually get a quicker reply here.

https://discourse.mcneel.com/

-- Dale

ghost commented 6 years ago

@dalefugier

I raised this on the forums. Your right https://discourse.mcneel.com/t/c-opennurbs/55543

Regards

Ged