Tag: Customized Revit Tab
-
A comprehensive guide to creating a customized Revit tab in C#
In our previous post, Create your own Revit tab in the ribbon, we made our first Revit tab using pyRevit. This is a great approach for prototyping but not so much when dealing with tasks or processes that require performance. In case performance is a top priority, in big models the database grows huge, plugin…