I am trying to create a rhino plugin that has a panel. The user can input some details in the panel and submit the details and a command will run based on those details. I made a rhino plugin by following the documentation, but I don’t know how to make the dockable panel. I have read that it can be created through WPF. So I created a project in visual studio with the rhino common template and added a user control so i can use wpf. is that the correct process?
2 Likes
3 Likes
Thanks Dale! This helped a lot
In what section can I find those?
Just open SampleCs.sln
and search for “panel”.
– Dale
2 Likes