...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
a | 0 | — | r | Adds to the current selection in the scene |
r | 0 | — | a | Removes from the current selection in the scene |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// This command adds to the current selection all the |
...
// members of the hierarchy to which the node lcollar belongs. |
...
selectTree -a lcollar; |
Additional information
Related commands
...