Hi, we often work with linked files and I see that I can subselect objects from this linked file, but is it possible to copy that selection into the current Rhino file?
I see that Copy inplace only makes a duplicate of the linked file, and if I use:
print (rs.SelectedObjects())
then that returns an empty list [ ]
It would be nice to be able to sub-select (as we can now) and copy from it with copy InPlace.