...
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 |
recursive | 0 | — | — | Selects all parents of the nodes indicated. |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// This command will select the indicated nodes and their |
...
// immediate parents. |
...
selectParent -r lcollar rcollar; |
Additional information
Related commands
...