Revit Creating C# Plugins
Release date:2018, July 11
Author:Jeremy Graham
Skill level:Intermediate
Language:English
Exercise files:Yes
Autodesk Revit is a powerful BIM platform, but it can be automated, customized, and expanded even further with plugins. With the Revit application programming interface (API) and an understanding of C#, any motivated Revit user, BIM manager, architect, or engineer can create their own custom plugins. This training course starts with an overview of the plugin development workflow, using a simple example that retrieves an element ID. Once you know how to create commands and compile and debug the plugin code, instructor Jeremy Graham shows you how to work with elements (aka Revit families). Learn how to create elements, filter elements, and get and set element parameters. Then find out how to edit element geometry through code—binding intersections and projecting arrays—and automate common tasks related to views and sheets. Finally, Jeremy shows an advanced way to execute your commands with custom user interfaces known as external applications.
Topics include:
Setting up the Revit API in Visual Studio
Creating commands
Compiling and debugging code
Creating elements
Editing element parameters
Editing element geometry
Automating element-related tasks
Creating external applications to execute plugins