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 (?)
Your own comment is the perfect answer. In many situations, several superimposed objects might be selected by one single click. You can use the tab key to cycle through them. Specifying a selection filter for the specific type of object you are interested in or even specific detailed properties on it enable you to avoid the requirement for tabbing through the other unwanted objects.