BIM World
A Professional BIM Learning Platform


BIM Skills: How to Build a Revit Secondary Development Platform and Its Main Components

This article is from the WeChat official account: wood button Revit secondary development learning sharing. The platform setup is mainly divided into three parts:

  1. Visual Studio installation: Used primarily for writing code.
  2. Add Manager configuration: Used to import compiled DLL files into Revit for execution.
  3. RevitLookup.addin configuration: Used to view component information such as width, height, type, and more.

Make sure you have downloaded the Revit SDK 2019 toolkit in advance.

1. Visual Studio 2019

BIM skills | How to build Revit secondary development platform? How many parts are it mainly divided into?

Download and install Visual Studio 2019.

2. Add Manager Configuration

The previously downloaded Revit SDK 2019 toolkit contains the necessary files.

  1. Open the Autodesk.DataManager.addin file and update the path to where your DataManager.dll file is located.
  2. BIM skills | How to build Revit secondary development platform? How many parts are it mainly divided into?

  3. Modify the <assembly> tag content to point to the path of your DataManager.dll file.
  4. BIM skills | How to build Revit secondary development platform? How many parts are it mainly divided into?

  5. Finally, copy Autodesk.ExtendedManager.addin to the designated path as shown below:
  6. BIM skills | How to build Revit secondary development platform? How many parts are it mainly divided into?

With these steps, the Add Manager configuration is complete.

3. Revit Lookup Configuration

After downloading, open the files as shown in the image below:

BIM skills | How to build Revit secondary development platform? How many parts are it mainly divided into?

  1. Open RevitLookup.sln, re-reference the necessary files as needed, then build to generate RevitLookup.exe. Copy the output path.
  2. BIM skills | How to build Revit secondary development platform? How many parts are it mainly divided into?

  3. Edit RevitLookup.addin and update the 4th line inside the <assembly> tag with the path where the compiled RevitLookup.dll is located:
  4. BIM skills | How to build Revit secondary development platform? How many parts are it mainly divided into?

  5. Finally, copy RevitLookup.addin to the appropriate directory.

With this, the Revit Lookup configuration is complete.

At this point, the platform setup is finished, and you are ready to start coding!

xuebim
Follow the latest BIM developments in the architecture industry, explore innovative building technologies, and discover cutting-edge industry insights.
← Scan with WeChat
Like(0) 打赏
BIM WORLD » BIM Skills: How to Build a Revit Secondary Development Platform and Its Main Components

Comment Get first!

Must log in before commenting!

 

BIM World, A Professional BIM Learning Platform

Stay updated on the latest architecture trends and share new building technologies.

Contact UsAbout Us

觉得文章有用就打赏一下小编吧

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

微信扫一扫

Account Login

By signing in, you agree toUser Agreement

Sign Up