/
unpack
unpack
Description
This command unpacks previously packed trajectory data. It operates on selected unlabeled trajectories and creates a new unlabeled trajectory for each contiguous key range encountered.
Note that any gaps in trajectories are lost when unpacking.
Functional area
Data editing
Command syntax
Syntax
unpack |
Arguments
None
Flags
None
Return value
void
Examples
// This selects and unpacks all unlabeled trajectories selectByName "_*" -type Marker; unpack;
Additional information
Related commands
, multiple selections available,