I am creating a command for layout drawing using Rhinocommon C#
The user selects the objects to show in a layout viewport. I want that viewport to hide everything else apart from what has been selected. To do that I need the list of all objects that are not being selected. Is there a way to invert the selected objects easily?