Tag: Revit Plugin
-
Step-by-step development diary
Just a heads up, and as may you know, at BIMicon we are developing some interesting Revit tools that can save you heaps of time in your modeling and documentation process. And in line with our principles, we believe that access to information should be wide and transparent. For this reason, we are going to…
-
Kickstart Python for Revit API (1)
Learn about valuable and basic programming concepts in Python like expressions, values and operators that will help you develop better plugins with Revit’s API.
-
Create your own Revit tab in the ribbon
pyRevit allows us to create a customized toolbar, and in this post, we will see how this can be achieved. And best of all, no code compilation involved, chunks of code can be tested right away.