This folder contains the AutoCAD sample project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes
- GIT client (download)
- Visual Studio 2017 (download)
- Rhino WIP (download)
- Autodesk AutoCAD 2019 (download)
- Clone the repository. At the command prompt, enter the following command:
git clone --recursive https://github.com/mcneel/rhino.inside.git rhino.inside
- In Visual Studio: open rhino.inside\Autodesk\AutoCAD\RhinoInside.AutoCAD.sln.
- Set the solution configuration acording the AutoCAD version you have installed.
- Navigate to Build > Build Solution to begin your build.
Launch AutoCAD and run the NETLOAD
command to load the .NET application.
- Launch AutoCAD 2019.
- Start a new drawing.
- Run the
NETLOAD
command to load the .NET application. - Navigate to the project output folder and select the RhinoInside.AutoCAD.dll file.
- AutoCAD will warn you this add-on is not verified. Please click on
Load always
orLoad once
. - Run the
TestRhinoInside
command.