C++ Add Command Line Options

Hi,

I have been trying to implement the Command Line options, and I think that this example is not really valid any more when it comes to C++ Rhino 6 SDK:

It would be very nice to have a sample that works in Rhino 6, and maybe one that uses any other CRhinoGet (CRhinoGetObject for example) to add some options to the selection…?

Thanks!

Hi @dimcic,

Why? It works in Rhino 6.

If you need additional samples, you might lookin the developer samples repo on GitHub.

Just grep for “AddCommandOption”.

– Dale