I’m using Rhino.Input.RhinoGet.GetMultipleObjects with filters but if the user preselects objects, they are able to select objects that should be filtered out. This is fine - everything works and the script ignores those filtered-out objects, but they remain selected on screen at the end of the script and I want the screen to highlight only objects were actually filtered. How do I deselect the objects that should be filtered out? Or, how can I deselect everything and then select just the objects that were filtered?
3 posts - 2 participants