Dear all,
I’m wondering how to develop a customised user interface like the picture above.
Any place I should look into?
Thanks in advance.
Best regards,
Shaun
Dear all,
I’m wondering how to develop a customised user interface like the picture above.
Any place I should look into?
Thanks in advance.
Best regards,
Shaun
Hi @shaunwu25,
You will want to start here.
You can make docking panels in either C++ or .NET. Our developer samples repository had examples that demonstrate this.
Let me know if you can find what you are looking for.
– Dale
@dale Thanks for your response.
I looked through the developer-samples, but I couldn’t find the example of developing docking panels.
Could you please let me know which one you indicated?
Best regards,
Shaun
Hi @shaunwu25,
Referencing the link I gave before, for .NET
WinForms
https://github.com/mcneel/rhino-developer-samples/tree/6/rhinocommon/cs/SampleCsWinForms
WPF
https://github.com/mcneel/rhino-developer-samples/tree/6/rhinocommon/cs/SampleCsWpf
Eto
https://github.com/mcneel/rhino-developer-samples/tree/6/rhinocommon/cs/SampleCsEto
For C++/MFC:
https://github.com/mcneel/rhino-developer-samples/tree/6/cpp/SampleUserInterface
– Dale