RevitApi
Libraries for Revit plugin development
Install / Use
/learn @Nice3point/RevitApiREADME
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
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).*"/>
RevitNET
Installation:
<PackageReference Include="Nice3point.Revit.Api.RevitNET" Version="$(RevitVersion).*"/>
AdWindows
Installation:
<PackageReference Include="Nice3point.Revit.Api.AdWindows" Version="$(RevitVersion).*"/>
UIFramework
Installation:
<PackageReference Include="Nice3point.Revit.Api.UIFramework" Version="$(RevitVersion).*"/>
UIFrameworkServices
Installation:
<PackageReference Include="Nice3point.Revit.Api.UIFrameworkServices" Version="$(RevitVersion).*"/>
RevitAddInUtility
Installation:
<PackageReference Include="Nice3point.Revit.Api.RevitAddInUtility" Version="$(RevitVersion).*"/>
RevitAPIMacros
Installation:
<PackageReference Include="Nice3point.Revit.Api.RevitAPIMacros" Version="$(RevitVersion).*"/>
PackageContentsParser
Installation:
<PackageReference Include="Nice3point.Revit.Api.PackageContentsParser" Version="$(RevitVersion).*"/>
Related Skills
gh-issues
347.6kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
347.6kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
taskflow-inbox-triage
347.6kname: taskflow-inbox-triage description: Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some w
