Difference between revisions of "MGED CMD showmats"

From BRL-CAD
m
 
Line 1: Line 1:
 
[[Category:MGED|Showmats]]
 
[[Category:MGED|Showmats]]
 
[[Category:MGED matrix commands|Showmats]]
 
[[Category:MGED matrix commands|Showmats]]
 +
[[category:MGED geometry information commands|Showmats]]
 
=showmats=
 
=showmats=
 
__TOC__
 
__TOC__

Latest revision as of 21:40, 30 November 2009

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