mdhiego / RevitApi

Libraries for Revit plugin development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libraries for Revit plugin 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

Installation:

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

RevitAPI

Installation:

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

RevitAPIUI

Installation:

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

RevitAPIIFC

Installation:

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

RevitAddInUtility

Installation:

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

RevitAPIMacros

Installation:

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

UIFramework

Installation:

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

UIFrameworkServices

Installation:

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

About

Libraries for Revit plugin development

License:MIT License


Languages

Language:C# 80.1%Language:PowerShell 19.4%Language:Batchfile 0.5%