Search

Having fun with Programming and BIM

Tag

Tutorial

Quit it Unity…

While I am on a roll, here is a very short Unity post. Probably the most basic thing you can do with Unity... but, if you are super new to Unity and C# this is might be just the right... Continue Reading →

Dynamo Utils – Revit Links…

Here are a few utility nodes for Revit Links that I created to help go back and forth between RevitLinkTypes, RevitLinkInstances and Revit Link Documents and get some basic attributes. This Post may be updated over time, so be sure... Continue Reading →

Location, Location, Location…

As you will probably know, Revit has a bunch of coordinate systems. You will certainly of heard of Project and Shared coordinates and maybe you may have heard of this illusive Project Internal Coordinate System at some point in passing... Continue Reading →

Changing fonts in Families programmatically…

While on my daily trawl through the Dynamo Forum I found this post by Denis Remesnik which piqued my interest. The idea was to change the font of the Text/Dimensions but within families (although the wording of the title was... Continue Reading →

Update Custom Package Folder Locations via .xml edit with python…

I frequently have to update and distribute our company Dynamo Custom Packages, but I also like to check the packages before I roll them out to make sure they are loading in correctly and none of our standard graphs blow... Continue Reading →

Revit Links…Reloaded…

It's often these days that you have to reload Revit models almost on a weekly basis depending on the model exchange frequency on your project. Or you have upgraded your project or restructured your directories. We've all been there and... Continue Reading →

Grids – Propagate Extents…

Here we will look at Propagating all the Grids in View using Dynamo/Python and the DatumPlane class. If you are unsure what the DatumPlane class is refer to the Intro to Datum Planes. This is pretty much the same as... Continue Reading →

Intro to Datum Planes…

There are times where you wish you could automate some things to do with Levels, Grids or Reference Planes. For instance, you want to change all the Grid Bubble locations for a set of grids in one hit instead of... Continue Reading →

Intro into Enums…

Here I will quickly cover some basics of Enums. Quite often when working with the Revit API we are confronted with Enums. They are literally everywhere and for good reason - they are super handy. What are they? Enums are a set of... Continue Reading →

Website Powered by WordPress.com.

Up ↑