/
selectChildren
selectChildren
Description
Selects the children of each specified module.
Use selectChildren when you need to add or subtract the children of the specified modules. You can also select all descendants of the specified module using the recursive option.
Functional area
Selection
Command syntax
Syntax
selectChildren node1 node2 ....[-a] [-r] [-recursive] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
node(s) | string | yes | String name of node(s) to operate on. |
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
a | 0 | — | r | Adds to the current selection in the scene |
r | 0 | — | a | Removes form the current selection in the scene |
recursive | 0 | — | — | Selects all children of the nodes specified |
Return value
void
Examples
// This command selects the indicated nodes, and each // of their immediate children. selectChildren lcollar rcollar;
Additional information
Related commands
, multiple selections available,