https://github.com/nice3point/revitapi
Libraries for Revit plugin development
https://github.com/nice3point/revitapi
api revit
Last synced: about 2 months ago
JSON representation
Libraries for Revit plugin development
- Host: GitHub
- URL: https://github.com/nice3point/revitapi
- Owner: Nice3point
- License: mit
- Created: 2022-01-31T21:07:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-19T02:49:30.000Z (about 2 months ago)
- Last Synced: 2026-04-19T04:32:39.021Z (about 2 months ago)
- Topics: api, revit
- Language: C#
- Homepage:
- Size: 179 MB
- Stars: 77
- Watchers: 4
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
## Libraries for Revit add-ins development
This repository contains libraries for creating Revit add-in. All files are packed into separate Nuget packages for easy connection to your project. Only original files from the
latest [Revit](https://www.autodesk.com/products/revit) installation image are used.
Didn't find the library you need? [Tell me](https://github.com/Nice3point/RevitApi/issues/new)
## RevitAPI
[](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPI)
[](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPI)
Installation:
```text
```
## RevitAPIUI
[](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIUI)
[](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIUI)
Installation:
```text
```
## RevitAPIIFC
[](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIIFC)
[](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIIFC)
Installation:
```text
```
## AdWindows
[](https://www.nuget.org/packages/Nice3point.Revit.Api.AdWindows)
[](https://www.nuget.org/packages/Nice3point.Revit.Api.AdWindows)
Installation:
```text
```
## UIFramework
[](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFramework/)
[](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFramework/)
Installation:
```text
```
## UIFrameworkServices
[](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFrameworkServices/)
[](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFrameworkServices/)
Installation:
```text
```
## RevitAddInUtility
[](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAddInUtility/)
[](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAddInUtility/)
Installation:
```text
```
## RevitAPIMacros
[](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIMacros/)
[](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIMacros/)
Installation:
```text
```
## PackageContentsParser
[](https://www.nuget.org/packages/Nice3point.Revit.Api.PackageContentsParser)
[](https://www.nuget.org/packages/Nice3point.Revit.Api.PackageContentsParser)
Installation:
```text
```