Tag: Pick Lines

  • Create your first Revit macro in C# – Part 1

    Create your first Revit macro in C# – Part 1

    Revit macros are helpful tools that allow you to deal with repetitive tasks by automating them. So why don’t we use Dynamo or pyRevit for that purpose? Well, it is the intermediate step to develop your own plugins for Revit or Zero Touch nodes for Dynamo. Before you jump straight into the development pool, macros…