Revit 2021 plug in development tutorial
In this tutorial, we will learn how to develop a Revit plug-in and use it to automate design. The course code can be downloaded from github.
The first step is to create a new C# Libray project, which is our "DeleteDoors" plug-in project.
1. Visual Studio configuration
A large number of elements need to be configured in the VS inter ...
Posted by mustang on Sun, 30 Jan 2022 05:36:25 +0100