I need to create a project to make a rhino plugin can you help me to understand it better as I am entirely new to it, I Don't Know the basics of a rhino plugin too
I am completely new to the problem just need a bit of guidance to complete the project. The plugin must have the following functionality: a. Upon loading, show a WPF panel or window that can be used to generate a rectangular surface in Rhino b. WPF panel/window must contain the following: ■ Textbox inputs for length (Lx) and width (Ly) of the rectangular surface ■ Textbox input for X, Y, and Z location of the center of the surface ■ Button that generates the surface and adds it to Rhino ■ Arrange the UI elements in a grid as shown below ■ Use data binding for the above parameters