Filtering Revit Rooms by Phase in Dynamo Tutorial

preview_player
Показать описание
In this Revit Tutorial and Dynamo Tutorial I will show you how to create a Dynamo script that filters rooms by their phases in Autodesk Revit. This can be a valuable technique for automating some really annoying processes in Revit.

Here are some links to all of the hardware and software I use:

** Some of the above links are affiliate links, meaning you don’t pay anything more but I may get a small commission for a sale… Cheers! **
Рекомендации по теме
Комментарии
Автор

Exact topic I was looking for and explained very well. Thanks for the time.

ericfielder
Автор

Awesome! Had a bit of trouble with my model, didn't understand the phase 'New Construction' so I filtered it to be the false's rather than the true's.

timothycrone
Автор

Great to see your channel delving into Dynamo.
Also appreciating the practical nature of the scripts, keep up the great work!

For multi-phase projects with more than 2 phases (shudder) Sort.ByFunction works great - essentially grouping rooms based on a common parameter, and then you can use 'get item at index' node to extract the relevant phase.

Nonetheless you used my favourite node, so I approve this workflow too (Filter by Boolean Mask!).

AussieBIMGuru
Автор

Hi @TheRevitKid.. I thought I stumbled across the answer to my problems with your video, but I seem to be having the same trouble as @Timothy Crone, and wondered if you managed to solve his problem. In my case I'm trying to obtain the element ID for the New Construction phase (Rooms), so that I can set the phase of room elevations created in Dynamo by room number/name. etc. etc. only returns element IDs for all phases except New Construction. Any help much appreciated! Thanks...

scotttomlinson