Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths16%, 11%, 13%, 60%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths20%, 15%, 14%, 18%, 33%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

void

Scroll pagebreak

Examples

Code Block
languagetext
// This sequence of commands will create a new Marker node

...


// and snap its position over all time to a position offset by

...


// the indicated number of millimeters ( -50 in X, 50 in Y, 

...

// and 50 in Z) calculated from the origin of a temporary rigid

...


// body created from LFWT, LMWT, and LBWT. The offset is applied

...


// in the local coordinate system of the temporary rigid body.

...


// The rigid body coordinate system is then expressed in rotations

...


// relative to world space and applied to the target node,

...


// snapRigidTest.

...


create Marker snapRigidTest;

...


select LFWT LMWT LBWT;

...


snapToRigid -allTime -absolute snapRigidTest -50 50 50;

Additional information

Related commands

...