Unselects all objects in the document.
rhinoscriptsyntax.UnselectAllObjects()
rhinoscript.selection.UnselectAllObjects()
None.
Number |
The number of objects that were unselected. |
import rhinoscriptsyntax as rs
count = rs.UnselectAllObjects()
print count, " objects were unselected"