clear_set
clear_set
-set d_setObj
Description
Removes all objects contained by the set and redraws the current window if the set is either the selection set or one of the highlight sets.
Arguments
Value Returned
Examples
Clears all objects contained by the set specified by the myset2 variable.
clear_set -set $myset2
Clears all objects from the selected set.
clear_set -set [get_selection_set]
Related Topics
Return to top