Is it possible to Add -unplaced- rooms to Revit with RiR?
I’m able to read all the unplaced rooms in my model, but the Add room component only takes “Number” and “Name” as input, resulting in the creation of new rooms.
Unless I missed the way to achieve this, would it be possible to have a “Add room by Id” kind of process?
Unfortunately that didn’t solve my problem. I’ll try to explain it better.
I started a project in Revit. We have a list of spaces received from the client with a lot of informations associated.
Therefore, I did inject all of those spaces as rooms in my model ending with a list of unplaced rooms that I visualize in a schedule.
It’s difficult to pick the right room in Revit holding so much datas. So the teams asked a visual catalog. It consists in placing the rooms on a grid made of separation lines with detailed tags.
My inital idea with Grasshopper was:
Query unplaced rooms → Set a grid of points → Place the rooms
Query unplaced rooms: OK
Set points to use as location: OK
Set rooms: I couldn’t succeed because the expected inputs are Name and Number. If I do so, GH is creating new rooms with the numbers and names. I can’t place my existing unplaced ones.