MGED CMD showmats

From BRL-CAD

showmats[edit]

Syntax[edit]

showmats path


Argument(s)[edit]

path
Valid BRL-CAD path.


Return Value(s)[edit]

Accumulated Matrix.


Description[edit]

The "showmats" command 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.


Example(s)[edit]

mged> showmats head/skull/jaw
List the transformation matrices along the path "head/skull/jaw" and the accumulated matrix for the entire path.

See Also[edit]

putmat
copymat
listeval

Page Generated by David Loman on: 10/12/2007 at: 7:22:45 AM