Tagging Rooms In All Views

Hi all,

I just joined the forum and I must say that I’m kinda new to Dynamo.

I’ve been trying to get this script to work but struggling to find any solution to get it perfectly done. The problem is that some of room tags are not showing up.

Please give me a hand if you have any recommendations on this.

The Graph

A FloorPlan

Hi @Semih_Unal,

You don’t need to repeat the list of views and you don’t need list level (with the package up to date) :

Option 1 (with lacing) :

Option 2:

Tag linked rooms 1.dyn (18.4 KB)
Tag linked rooms 2.dyn (15.9 KB)

2 Likes

Thanks, this is more proper way to get the tags.

The problem which I’m getting was specific to just one project. I tried the graph on other projects and it’s working fine.

I think there is a problem in the linked architectural model.

You should filter the unbounded and unplaced rooms of your linked model.
You probably have nulls in your list of room locations.

2 Likes

You can check area above 0 and/or if the Location is null for placed rooms.

1 Like

Sorry for the delay. I checked the locations, and yes some of them had nulls.

@Alban_de_Chasteigner

With the option 1 graph, 1378 room tags are placed. It also takes too much time.
With the option 2 graph, 8184 room tags (all) are placed.

The second one works perfectly for me. Thank you.