Generates a plugin for Rhino 3D. Plugin supports creation of assembly from parts by mating planar and cylindrical faces
Code was made for a course project. The goal was to manipulate b-rep using tools provided by Rhino SDK.
You need Visual Studio with Rhino SDK installed. After generating the solution, a Rhino plugin file is generated in the debug/release folder. Import the plugin in Rhino using plugin manager and run "zAssembly" in the cmd line.
Goldy Kumar