...
Selection commands are a staple of CG software. Shogun Shogun Post provides a flexible array of select functions, including this selectSet command, to meet just about any selection requirement.
...
Scroll tablelayout |
---|
sortDirection | ASC |
---|
repeatTableHeaders | default | style |
---|
widths | 10%, 11%, 13%, 66% |
---|
style | |
---|
sortByColumn | 1 |
---|
sortEnabled | false |
---|
cellHighlighting | true |
---|
|
...
Scroll tablelayout |
---|
sortDirection | ASC |
---|
repeatTableHeaders | default | style |
---|
widths | 18%, 15%, 14%, 13%, 40% |
---|
style | |
---|
sortByColumn | 1 |
---|
sortEnabled | false |
---|
cellHighlighting | true |
---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|
all | 0 | — | — | Selects all members of all defined Selection Sets. Using this option removes the need to supply an argument. |
a | 0 | — | r | Add to the current selection |
r | 0 | — | a | Remove from the current selection |
priorityOnly | 0 | — | — | Selects only modules3 that are children of the priority module. |
Return value
void
Examples
Code Block |
---|
|
// First add several Selection Sets to the current selection. |
...
...
// Then select all Selection Set members. |
...
selectSet -a head LeftLeg RightFoot; |
...
...
Additional information
Related commands
...