Goes to the next frame that has a key on the selected modules. (Works like findGap, but doesn't wrap). Useful for data analysis scripts.
Playback control
stepKey [-b] [-any] [-s] [-primary] |
None
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
b | 0 | — | — | Steps backwards in time |
any | 0 | — | — | Steps to the next or previous frame where X Y and Z all have keys |
s | 0 | — | — | Set selected modules |
primary | 0 | — | — | Use the primary selected modules |
boolean
//open a sample file (*.c3d)
//
//select markers
selectByType Marker;
stepKey;