These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Git 📥
- Visual Studio 2019 (16.0 or above) 📥
- .NET Framework Developer Pack (4.8) 📥
- Rhino 7-8 📥
- Autodesk Revit 2018-2024 📥
- Add this link to your bookmarks (API docs)
-
Clone the repository. At the command prompt, enter the following command:
git clone --recursive https://github.com/mcneel/rhino.inside-revit.git
-
In Visual Studio, open
rhino.inside-revit\src\RhinoInside.Revit.sln
. -
Set the Solution Configuration drop-down to the Debug <rhino_version> and the Solution Platform to the desired <revit_version>. Use a Rhino and Revit version you have installed and want to test. This will set up the appropriate referenced assemblies on the project.
-
Navigate to Build > Build Solution to begin your build.
The project is configured to copy .addin file as well as output files to the folder
%APPDATA%\Autodesk\Revit\Addins\<revit_version>\RhinoInside.Revit\
folder in order to make Revit load this add-in next time it runs.
In order to uninstall it you can use Visual Studio Build > Clean Solution command
or just navigate to the folder %APPDATA%\Autodesk\Revit\Addins\<revit_version>
and remove the file RhinoInside.Revit.addin
and the folder RhinoInside.Revit
.