SmartTags is free Rhino plugin which assigns many tags to objects so that they can be selected with Boolean operations. The SmartTags plugin creates four new commands: Tag, TagFilter, TagManager, and TagsFromLayers.
Download SmartTags plugin from here: http://www.food4rhino.com/app/smarttags-rhino
video tutorial: https://www.youtube.com/watch?v=IslP-_7rLxo
new features: https://www.youtube.com/watch?v=Jj6UHgu_920
So far, I have found two bugs in SmartTags for Rhino 6:
- TagsFromLayers command does not work if there is “=” in layer name. The tags are created in the manager, but the objects are not tagged. I got RhinoDotNetCrash.txt file with SmartTagsForRhinoV6 label.
- This is moistly nuisance - it is difficult to deselect the tags in the manager. I have to click empty space outside the manager and press Esc key.
Rhino has similar commands (SetUserText, SelKey, SelValue, SelKeyValue), but it cannot use Boolean operations to select the objects.