Using the Revit Python Shell, I'm trying to prompt the user to pick a room. I've been reading and implementing the method described here Revit Python Pick Object / Select Object . It works fine, but using that I can only select walls, floors, doors, etc. .. but not rooms. Why is that ?
Outside the shell, I can perfectly well select the rooms.
Other tutorials seem to indicate that it shouldn't be a problem, see http://usa.autodesk.com/adsk/servlet/index?id=16509155&siteID=123112 for instance.
Thanks a lot for any help !
Arnaud.
PS: I can select the room tag, but it seems to be a dead end to access the room from there (?)