Difference between revisions of "MGED CMD showmats"
From BRL-CAD
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:MGED|Showmats]] | [[Category:MGED|Showmats]] | ||
− | + | [[Category:MGED matrix commands|Showmats]] | |
+ | [[category:MGED geometry information commands|Showmats]] | ||
=showmats= | =showmats= | ||
__TOC__ | __TOC__ |
Latest revision as of 20:40, 30 November 2009
showmats[edit]
Contents
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]
Page Generated by David Loman on: 10/12/2007 at: 7:22:45 AM