Home > RhinoScript Methods > Selection Methods > UnselectAllObjects
Unselects all objects in the document.
Rhino.UnselectAllObjects ()
None.
Number |
The number of objects that were unselected. |
Dim intObjects
intObjects = Rhino.UnselectAllObjects
Rhino.Print CStr(intObjects) & " objects were unselected"