/
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

NameTypeRequiredComments
node(s)stringyesString name of node(s) to operate on.

Flags

NameFlag argumentsArgument typeExclusive toComments
a0rAdds to the current selection in the scene
r0aRemoves form the current selection in the scene
recursive0Selects 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