mcneel / rhino-developer-samples

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

How to add command for SampleMeshExport #76

Closed GeoGroup closed 1 year ago

GeoGroup commented 1 year ago

I am a beginer of Rhino developer and have successfully complied the SampleExportMesh. I want to known how to add a command to call the function to export a mesh to a file?

dalefugier commented 1 year ago

Hi @GeoGroup,

For quicker response, please direct your questions to Discourse.

https://discourse.mcneel.com/

The SampleExportMesh project build a Rhino file export plug-in. So if build and load the project and load the plug-in in Rhino, you'll see Sample Mesh file type when saving a file.

GeoGroup commented 1 year ago

Thanks for your repley. I have already get the "SampleExportMesh.rhp" file and zip it into a .rhi file. After installing the plug-in. I don not know how to run the plug-in. I will direct my questions to Discourse. Many thanks.