How to build and run the samples from Github?

Hi !
So, I wanted to test and run this sample code:

I cloned the repo, and built the specific solution for “SampleExportMeshPlugin”. I also successfully got a .rhp file and have installed it. The problem is, it doesn’t have any commands which I can type and run.

How do I get this up and running?

Thank you!

This particular plug-in works through the Save As… dialog, where you select the .mesh file type. When you give a valid file name and confirm Rhino will call the WriteFile() function for this plug-in.

1 Like

Thanks Nathan! It runs perfectly and is super helpful :slight_smile:

Enjoy typing your awesome plug-in! :smiley:

1 Like