- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Actually, I am working on developing a Room Tag with a good portion of it's functionality driven by Dynamo. (I am very green with Revit... but the Dynamo side is coming along fairly well.)
I have many questions... but lets start with just a couple that are decidedly on the Revit side.
Somehow, admittedly through trial and error, I've been successful in creating a couple Room Parameters: Ceiling Height, and Type.
For the Ceiling Type, I wanted a ListBox to show up in the Properties palette that would provide the user a list to choose from. I've not been successful in finding a way to pre-populate the list with acceptable 'standard' values, however I can select the Room and Type an acceptable abbreviation. (ACT, GYP, PLC and EXP). Once these are there, that can be selected for new rooms. However if the Rooms are deleted from the model and from a Room Schedule, the list of values are gone.
Let's start with two questions involving Parameters:
- Is there some solution I am missing that would allow me to pre-populate a list of acceptable values?
I suspect the only way to pre-populate the list with Ceiling Types is by somehow using Family Types under my Room Tag Family, one Family Type for each or our 4 (or more) ceiling types. - I mentioned above that I used Trial and Error to get a list box for the Ceiling Type Parameter. In an effort to get this, I had created a Family Parameter on my Room Tag and set it's formula to ="Number to Select Type: 1=ACT, 2=GYP, 3=PLC, 4=EXP" ...(which I found by multiple Google Searches), but I'm not at all certain this is what did it, because I can blow away this parameter and the listbox is still there. The Ceiling Type just showed up at one point. Could someone explain how I might have gotten a listbox to show up?
NOTE: The Ceiling Height value gets filled in when I run my Dynamo graph that finds the Ceiling above the Room.
See images attached.
Solved! Go to Solution.