...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
add | 0 | — | remove, delete, deleteAll | Adds the currently selected markers, and other sets (using -set) to "name" set |
set | 1 | string | — | Specifies a selection set to be added, or removed from the given selection set depending if -add or -remove are used. |
remove | 0 | — | add, delete, deleteAll | Removes selected markers in scene and other sets (using -set) from "name" set |
delete | 0 | — | remove, deleteAll | Deletes indicated set |
deleteAll | 0 | — | remove, delete | Deletes all selection sets. Use with care. |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// Create a new selection set called "leftWaist" and |
...
// add the markers LMWT, LFWT, and LBWT to it. |
...
select LMWT LFWT LBWT; |
...
selectionSet leftWaist; |
Additional information
Related commands
...