Revit API : Dockable Window (A New Edition)

This is a new edition of DockableWindow post, the previous post is here. In the previous post, we have to register our DockableWindow during zero document stage and, after the document loaded, display the window by executing a command button. In this edition, we will register our DockableWindow while Revit® Application is starting/launching and display […]

Revit API : FilledRegion

Welcome to the first tutorial of Revit API series, this post is to cover creating FilledRegion object and the related objects such as FillPattern, FillPatternElement, FilledRegionType … etc., for this we gonna need to create a Revit’s ExternalCommand Add-Ins.

Spatial Element Tools Revit Add-Ins : Space Tools

Space Tools is an Autodesk® Revit® Add-Ins tools to works with Space and Space Tags. Previously, it was released as stand-alone add-ins and now its under Spatial Element Tools. Space Tools includes the following commands: Remove Redundant Spaces (to remove redundant spaces from the current document) Center Space (relocate spaces location points to the center […]

Revit API : Revit Add-Ins with WPF

This post is about how you can implement WPF (Windows Presentation Foundation) form in Revit Add-Ins Command or Application. In this sample project we will be creating a simple Revit Add-Ins Command to display all the list of views from the current document in WPF Treeview (see figure 1.0) and I will be using Visual […]

Transfer Template Revit Add-Ins

Transfer Template Autodesk® Revit® Add-Ins is a free application which helps you to transfer/copy only selected view templates from a Revit linked document file to the current document with a few simple clicks and compatible with Revit® version 2017, 2018, 2019, 2020, 2021 and 2022.