All Projects → acnicholas → scaddins

acnicholas / scaddins

Licence: LGPL-3.0, GPL-3.0 licenses found Licenses found LGPL-3.0 COPYING.LESSER GPL-3.0 COPYING
A collection of Revit Add-ins.

Programming Languages

C#
18002 projects
smalltalk
420 projects

SCexport logo

SCaddins

SCaddins is a collection of Revit add-ins. Currently Revit versions 2016-2022 are supported.

Have a look at the wiki for more information on each utility.

Latest Version

Download the latest version from here

Build from Source

Run the powershell script build.ps1 to build the project.

SCaddins will attempt to build for availble Revit versions(2018-2023), by looking for RevitAPI[UI].dll in the following standard locations:

  • C:\Program Files\AutoDesk\Revit 2018
  • C:\Program Files\AutoDesk\Revit 2019
  • C:\Program Files\AutoDesk\Revit 2020
  • C:\Program Files\AutoDesk\Revit 2021
  • C:\Program Files\AutoDesk\Revit 2022
  • C:\Program Files\AutoDesk\Revit 2023

To build the msi installer run:

build.bat

or

build.ps1 -Target "Dist"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].