Name

showmats — Lists the transformation matrices encountered along the specified path and also lists the accumulated matrix at the end of the path.

Synopsis

showmats {path}

DESCRIPTION

Lists the transformation matrices encountered along the specified path and also lists the accumulated matrix at the end of the path. If any member occurs more than once in a combination along the path, then a matrix will be listed for each occurrence of that member, and the accumulated matrix will only use the first occurrence. Related commands are putmat, copymat, and listeval .

EXAMPLES

The example shows the use of the showmats command to list the transformation matrices along the specified path and the accumulated matrix for the entire path.

Example 1. List the transformation matrices along a path and the accumulated matrix for the path.

mged>showmats head/skull/jaw

Lists the transformation matrices along the path “head/skull/jaw” and the accumulated matrix for the entire path.


AUTHOR

BRL-CAD Team

BUG REPORTS

Reports of bugs or problems should be submitted via electronic mail to <devs@brlcad.org>, or via the "cadbug.sh" script.