Door Renumbering By Room (Changing the numbering to letters)
I am trying to do the same as the link but instead of replacing the numbers with the letters, I want to use the Mark Value of the Door.
Example :
Room : 1001
Door Mark : 01
Output : 1001-01
Reason for this?
If I omit a door from a room, I like to retain their original Door number.
No idea how to start.
Yna_Db
October 10, 2017, 9:52am
2
Revit_Noob:
No idea how to start
Just send a screenshot of what you tried, so that we can help you with your specific issues
Honestly i don’t know where to start yet.
Yna_Db
October 10, 2017, 3:36pm
4
Revit_Noob:
where to start
From here maybe:
Hello guys , thank you so much for your big effort and amazing script and also for your time to help the beginner in dynamo like me can i ask question please ,!!! i tried to use this script in dynamo 1.1.02094 revit 2016 and i got this error as shown in the photo below
Or try to Google “dynamo door renumbering”
Thanks for the reply. I have tried this already. It as if flaw when the door is swinging to external.
The BVN package is, by far, the perfect node in acquiring the Room number and writing the info to the door that i have tried.
Yna_Db
October 10, 2017, 4:34pm
6
Why not sending a screenshot of your graph? It would make it easier since this topic has been addressed in many different forms already.
1 Like
I’d like to remove the encircled portion and use Door Mark instead.
Yna_Db
November 6, 2017, 7:36am
8
Did you try to get the Mark parameter instead of the Number?
hi Yna, my aim is to have the Room Number as the Door number + the Door Mark. So if the room number is 101, and the door mark Is 01, Door number will be 101-01
Yna_Db
November 6, 2017, 8:54am
10
I guess you could first set the room number to a door parameter, get these parameter values along with the marks and use a String.Join node:
http://dictionary.dynamobim.com/#/Core/String/Action/Join