Skip to content

Revit AddinManager Update NET assemblies without restart Revit for Developer.

License

Notifications You must be signed in to change notification settings

glqf/RevitAddInManager

 
 

Repository files navigation

Revit Add-in Manager

Revit API Platform License: MIT follow on Twitter

ReSharper Rider Visual Studio 2022 .NET Framework

Publish

WORK IN PROCESS

  • Add-in Extend for Autocad And Naviswork

Summary

Usually, when developing and debugging an addin with RevitAPI, user has to close & re-open Revit each time he/she modifies the addin code and wants to re-compile. But with Add-In Manager, user can modify and run the addin directly without closing & re-opening Revit again and again.

In addition, I open a project to attract talents from all over the world to support development, I'm a person, who loves open source very much and writes code every day as a pleasure.

Some feature include:

  • Add-in tester
  • Add-in manager
    • AddInManagerFaceless
    • AddInManagerManual
    • AddInManagerReadOnly
    • Application
  • Startup manager
  • Quick create .addin and load to Revit
  • Clear Cache saved in temp folder
  • Quick remove an Add-in not used in working process

Add-In Manager

Console

Run C# Scripts within the Revit Environment, a code base from Revit.ScriptCS is custom to suitable for the project working.

  • Execute code Csharp
  • Save script to use multiple time
  • Access to active revit document using doc variable
  • Intellisense code base support RevitAPI and system
  • Code fix suggestions
  • Script output window when return code

Command

  • AddInManagerManual
  • AddInManagerFaceless
  • AddInManagerReadOnly

Application

  • Preview
  • Save Application .Addin

Startup

  • Show info all add-in installed in computer include all Add-in from Autodesk
  • Enable or Disable Add-in with right click

Installation

Please follow last release at section Release


Build

Debugging:

  • Run Debug Profile in Visual Studio or Run Configuration in JetBrains Rider. The required files have been added. All project files will be automatically copied to the Revit plugins folder.

Creating a package:

  • Open the terminal of your IDE.
  • Install Nuke global tools dotnet tool install Nuke.GlobalTool --global.
  • Run nuke command.
  • The generated package will be in the output folder.

For more information on building, see the RevitTemplates Wiki page.

Note: The project currently supports the version Revit from 2014 to 2023.

Please refer to the CHANGELOG for details.


Guideline

You can visit to wiki and read document or access by this link.

Some topic common:


Author

Originally implemented by Autodesk with platform Windows Forms and now it maintain by ChuongHo with platform WPF and add more feature to fit with the progressive development of modern technology. His focus is to work smarter and achieve the most effective practices to enhance data utilization and digital collaboration among AEC parties.


License

This sample is licensed under the terms of the MIT License. Please see the License file for full details.

Credit to icons8.com for the Revit Add-in Manager icons.

© 2010 Autodesk, Inc. All rights reserved. All use of this Software is subject to the terms and conditions of the Autodesk End User License Agreement accepted upon installation of this Software and/or packaged with the Software.


Trademarks

Autodesk and Revit are registered trademarks or trademarks of Autodesk, Inc., and/or its subsidiaries and/or affiliates, in the USA and/or other countries.

All other brand names, product names or trademarks belong to their respective holders.


Contribute

Add-In Manager is an open-source project and would be nothing without its community. You can make suggestions or track and submit bugs via Github issues. You can submit your own code to the Add-In Manager project via a Github pull request.

Many Thanks all contributors for this repository. Feel free to contribute!


Sponsors

Thanks to JetBrains for providing licenses for Rider and dotUltimate tools, which both make open-source development a real pleasure!


Open Resource Recommend

I suggest you some of these projects, hope you will like it.

About

Revit AddinManager Update NET assemblies without restart Revit for Developer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.3%
  • PowerShell 1.7%