Looking to manage my (and my colleagues) models a bit more smoothly without the use of outliner (I’m OK with it, but it’s kinda scary to some of my colleagues) .
Simply I want to open a component for editing and leave it so by click on a toolbar button. For example if I click on the chimney button I want to open the component “chimney” (if one exists).
So far as I know, the Ruby API has means to modify the entities of a component within a Ruby script, but has no way to instruct the GUI to open a component for editing there.
this could be on a ‘drill down’ button/menu item/shortcut key and run on first mouse down…
although not the same as your request, it requires only one button for all models, but the component is still chosen ‘visually’ as opposed to ‘Outliner’…
you would think so, but on that particular Revit ifc import, manual double clicking gets hung at about three definitions in and can take many extra double clicks to get to the underlying face…
sending them programatically always works with one double click per level…
It’s also “fragile” because the user can not move the mouse or rotate whilst the external script does its work. Would not generally recommend. I mean, if the Outliner is scary, then this is terrifying.