Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nice3point/revitapi
Libraries for Revit plugin development
https://github.com/nice3point/revitapi
api revit
Last synced: 13 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T22:24:51.000Z (24 days ago)
- Last Synced: 2024-10-21T02:37:17.279Z (24 days ago)
- Topics: api, revit
- Language: C#
- Homepage:
- Size: 127 MB
- Stars: 47
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
- 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)
## AdWindows
[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.AdWindows?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.AdWindows)
[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.AdWindows?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.AdWindows)Installation:
```text
```
## RevitAPI
[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.RevitAPI?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPI)
[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.RevitAPI?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPI)Installation:
```text
```
## RevitAPIUI
[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.RevitAPIUI?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIUI)
[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.RevitAPIUI?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIUI)Installation:
```text
```
## RevitAPIIFC
[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.RevitAPIIFC?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIIFC)
[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.RevitAPIIFC?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIIFC)Installation:
```text
```
## RevitAddInUtility
[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.RevitAddInUtility?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAddInUtility/)
[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.RevitAddInUtility?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAddInUtility/)Installation:
```text
```
## RevitAPIMacros
[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.RevitAPIMacros?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIMacros/)
[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.RevitAPIMacros?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.RevitAPIMacros/)Installation:
```text
```
## UIFramework
[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.UIFramework?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFramework/)
[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.UIFramework?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFramework/)Installation:
```text
```
## UIFrameworkServices
[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Api.UIFrameworkServices?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFrameworkServices/)
[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Api.UIFrameworkServices?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Api.UIFrameworkServices/)Installation:
```text
```