...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
allTime | 0 | — | ranges | Performs the snap over the entire animation range. |
positionOnly | 0 | — | rotationOnly | Only modifies the position of the module being snapped. |
rotationOnly | 0 | — | positionOnly | Only modifies the rotation of the module being snapped. |
absolute | 0 | — | — | Specifies the offset is in mm rather then a percentage of the distance between the first two modules that define the system. |
ranges | 0 | — | allTime | Performs the snap over the selected time ranges. |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// This sequence of commands creates a new Marker module |
...
// and snap its position over all time to a position offset the |
...
// indicated number of millimeters ( -50 in X, 50 in Y, and 50 in Z) |
...
// calculated from the origin of a coordinate system defined by the |
...
// animation of LFWT, LMWT, and LBWT. The offset is applied in terms |
...
// of the coordinate system defined at each frame. |
...
// The coordinate system is then expressed in rotations relative to |
...
// world space and applied to the target module, snapSystemTest. |
...
create Marker snapSystemTest; |
...
select LFWT LMWT LBWT; |
...
snapToSystem -allTime -absolute snapSystemTest -50 50 50; |
Additional information
Related commands
...