revit-api
There are 186 repositories under revit-api topic.
RevitDeveloperTools
A suite of tools for aiding in the development of Revit plugins
revit-sdk
The Software Development Toolkit (SDK) provides extensive .NET code samples and documentation to help you get started developing with the Revit API.
CrossPlatform
a sample of how to build cross-product libraries for AEC apps
SCADtools.Revit.UI.OptionsBar
Represents a custom options bar that will be displayed in the native Revit options bar.
RevitExtension
A Visual Studio extension for creating Addins for Revit versions 2018 and newer.
addins-NWCBatchExport
This Repo hosts the Revit addin NWC Batch Exporter developed initially by BIM One Inc.
RevitWPFFW
A Framework Template for Revit WPF Forms using MVVM and WPF Transaction Command Wrapper
revitron-ui
The Revitron UI extension for pyRevit
RevitWPF
Creating modeless WPF forms with progress bars in Revit. Two-way updates and modifications between Revit and UI.
pkRevit
Tools to streamline drawing production, modelling & scheduling workflows
rsparam
Command-line utility for managing Revit Shared Parameter files
ricaun.Revit.DI
Dependency injection container extension for Revit add-ins.
ThePipe
Geometry exchange between 3D design/modeling applications
aps-revit-ifc-exporter-appbundle
Sample IFC exporter app bundle of Autodesk APS Design Automation API for Revit with https://github.com/Autodesk/revit-ifc export option support
DXF_To_Revit
This is a simple Revit API plugin to read the DXF file using netDXF library and Drawing its(Grids - Walls - Floor) in Revit using Revit API
revit-addin-clean-architecture
A .NET sample showing a simple layered clean architecture for Revit add-ins development; applying MVVM, IoC and other relevant design patterns and SOLID principles.
OpenDefinery-DesktopApp
The OpenDefinery desktop application seeks to replace Revit's antiquated out-of-the-box process for managing shared parameters.
revit-api-chms
A Repository of .chm (Windows Help Files) from the Revit API Sdk
PreviewControlRevitAPI
Preview Control RevitAPI
RevitGltfExporter
Autodesk Revit add-in to export glTF model.
RevitTransformSliders
Revit Transform Sliders
ifc-to-revit-using-named-pipes
This is a sample application demonstrating how to use named pipes to establish a communication between a Revit plugin and a console application. The console application is an IFC files loader that is built on top of xBIM toolkit. Although this is a great demo how to use Named Pipe to establish a two-way communication with a Revit context, there was a technical necessity to follow this design. The necessity arises from a DLL collision that occurs when trying to use the xBIM toolkit inside Revit context directly; Microsoft.Extensions.Logging DLL is a common dependency between Revit and xBIM but each ecosystem has a different incompatible version. So, the solution was to run the IFC parsing/loading operations out-of-process with Revit and establish the communication through named pipes.
OpenRFA-Website
Crowdsourced standard Revit shared parameters with tools for improved collaboration.
FacadeHelper
Revit-API Addins: Facade Element Helper, / WPF
RevitAddin.MyFirst
My First Revit Addin
direct-shape-framework
Helps to visualize hidden Revit geometry
QuickClash
QuickClash Revit Add-in for Clash Detection
RevitAPIExtension
Visual Studio Revit API Extension
AreaPlanHelper
A Revit addin to help you create areas from rooms that respect your BOMA or other similar rules.
aps-migrate-rcw-addon
Migrate RCW to Autodesk Docs: A sample to demonstrate how to migrate Revit Cloud Worksharing Model from BIM 360 Teams to Autodesk Docs
ifc2room
agn Niederberghaus & Partner GmbH - agn|apps - software@agn.de
RevitAddin_ProgressBar
RevitAddin ProgressBar Sample
RevitNyanCat
Just having some fun in Revit!
RevitObjectsHelper
Simple library for work with Revit objects in ORM style
ricaun.Revit.UI.Tasks
Use Task to run Revit API code.