...
Select commands are a staple of CG software. Shogun Shogun Post provides a flexible array of select functions to meet any selection requirement. This flexibility is especially powerful when deployed in scripts.
...
Scroll tablelayout |
---|
sortDirection | ASC |
---|
repeatTableHeaders | default | style |
---|
widths | 19%, 15%, 14%, 13%, 39% |
---|
style | |
---|
sortByColumn | 1 |
---|
sortEnabled | false |
---|
cellHighlighting | true |
---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|
all | 0 | — | — | Operates on all modules in the scene. |
a | 0 | — | r | Adds to the existing selection |
r | 0 | — | a | Removes from the existing selection |
removePrimary | 0 | — | a, r | Removes the primary module from the selection. |
invert | 0 | — | a, r, t | Selects all modules not selected and deselects all modules selected. |
t | 0 | — | a, r, invert | Toggles the selection state of the specified modules |
priority | 0 | — | — | Looks under the priority module first for the modules to select. |
priorityOnly | 0 | — | — | Looks under the priority module only for the modules to select. |
Return value
void
Examples
Code Block |
---|
|
// module LMT1 will be the sole selection after executing this sequence. |
...
select LHEL LANK LTOE LMT1 LMT5; |
...
...
select -t LHEL LANK LTOE LMT1 LMT5 |
Additional information
...