Nice3point.Revit.Api.UIFrameworkServices 2027.0.20 (original) (raw)

Libraries for Revit add-ins development

This repository contains libraries for creating Revit add-ins. 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

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).*"/>

RevitNET

Nuget Downloads

Installation:

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

AdWindows

Nuget Downloads

Installation:

<PackageReference Include="Nice3point.Revit.Api.AdWindows" 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).*"/>

RevitAddInUtility

Nuget Downloads

Installation:

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

RevitAPIMacros

Nuget Downloads

Installation:

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

PackageContentsParser

Nuget Downloads

Installation:

<PackageReference Include="Nice3point.Revit.Api.PackageContentsParser" Version="$(RevitVersion).*"/>
Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Nice3point.Revit.Api.UIFrameworkServices:

Package Downloads
xml.Revit.Toolkit Revit快速开发工具拓展包 xml.Revit.Toolkit. 318.5K

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Nice3point.Revit.Api.UIFrameworkServices:

Repository Stars
lookup-foundation/RevitLookup Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships. 1.4K
Nice3point/RevitExtensions Extensions for Revit plugin development 157