Custom object properties page in C++

Hi,

I’d like to create a custom object properties page in C++. I found an example in Github but it’s in C# (https://github.com/mcneel/rhino-developer-samples/blob/6/rhinocommon/cs/SampleCsWinForms/Forms/SampleCsObjectPropertiesPage.cs) and am still struggling to find out how in C++. Could someone help me with this? Would be great if example code was provided.

Kaz

Hi @takahashi-kazu,

Looks like there is a C++ sample in this project:

– Dale

HI @dale
Great! Thanks!