All posts tagged C++

mandrill release 2017.12.2

First and foremost, huge thanks to everyone that has supported Mandrill on GoFundMe.com by donating money. You guys/gals are the best and you have totally exceeded my expectations by coming […]

tips & tricks for zerotouch libraries in dynamo

Default values, nulls, nullable values and other things to keep in mind: So, I wanted to make a node that would return an actual value, and not a “single node […]

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 […]

create your own tab and buttons in revit

In the last few posts I have outlined in great detail how to make a simple Revit Add-in using the IExternalCommand implementation. Doing that is a great and really fast […]

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 […]

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. […]

understanding operators in dynamo

Just today(yesterday?) I was working on some awesome Dynamo stuff and ran into a wall – however briefly – but I was stomped by Dynamo’s operators and their logic. I […]