All posts tagged revit

dynamo 101 course that is more than just another software tutorial

I am pleased to announce that a course (Dynamo 101 – Fundamentals) that I was working on with the team over at Think Parametric is now available. Just to give […]

direct shape – a few words about the magical geometry object

What is Direct Shape and why is everyone talking about them? Well, its an object class that was added to Revit’s API – I think in 2015 – and if […]

why, what and how of the extensible storage

Why? Some time ago, when I was first getting my hands dirty with Revit API, I used to go to Jeremy Tammik’s website and attempt to re-create his examples. Sometimes, […]

the year after dynamo…

Last year around this time I did an “end of the year post”, and it pretty much turned out to be an ode to Dynamo. Yeah, I know, that sounds […]

playing with materials in dynamo while drinking heavily

I don’t usually play around with Materials in Revit, and even less so with renderings out of Revit, but recently I was engaged by couple of people with questions about […]

building revit plug-ins with visual studio: part three

In this post I will go over a few things: Implementing ISelectionFilter which we will use while prompting user to select things via UI Before we even get to selection […]

building revit plug-ins with visual studio: part two

In this post I will go over some of the most useful things that you need to learn to be able to successfully create Revit plug-ins and some good coding practices […]

building revit plug-ins with visual studio: part one

I am actually going to teach this to a colleague of mine that will be visiting our office next week so I figured that if I write it down as […]

Revit beyond macros – building your tools as external commands

With #RTCEUR over, I decided to release something that I made this weekend to add another dimension to those amazing Macros that Harry Mattison so kindly releases during the conference. […]