Skip to content

Libraries for Revit plugin development

License

Notifications You must be signed in to change notification settings

Nice3point/RevitApi

Repository files navigation

RevitLookup

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 installation image are used.

Didn't find the library you need? Tell me

AdWindows

Nuget Downloads

Installation:

<PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*"/>

RevitAPI

Nuget Downloads

Installation:

<PackageReference Include="Nice3point.Revit.Api.RevitAPI" Version="$(RevitVersion).*"/>

RevitAPIUI

Nuget Downloads

Installation:

<PackageReference Include="Nice3point.Revit.Api.RevitAPIUI" Version="$(RevitVersion).*"/>

RevitAPIIFC

Nuget Downloads

Installation:

<PackageReference Include="Nice3point.Revit.Api.RevitAPIIFC" Version="$(RevitVersion).*"/>

RevitAddInUtility

Nuget Downloads

Installation:

<PackageReference Include="Nice3point.Revit.Api.RevitAddInUtility" Version="$(RevitVersion).*"/>

RevitAPIMacros

Nuget Downloads

Installation:

<PackageReference Include="Nice3point.Revit.Api.RevitAPIMacros" Version="$(RevitVersion).*"/>

UIFramework

Nuget Downloads

Installation:

<PackageReference Include="Nice3point.Revit.Api.UIFramework" Version="$(RevitVersion).*"/>

UIFrameworkServices

Nuget Downloads

Installation:

<PackageReference Include="Nice3point.Revit.Api.UIFrameworkServices" Version="$(RevitVersion).*"/>