MGED CMD putmat

From BRL-CAD
Revision as of 09:53, 20 November 2009 by Ssd (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

putmat

Syntax

putmat comb_name/member_name {I | m0 m1 m2 m3 ... m16}


Argument(s)

comb_name/member_name
Valid objects in current DB.
I | m0-m15
Specifies either Identiy Matrix or 16 element.


Return Value(s)

No Return Values for this command.


Description

The "putmat" command replaces the existing transformation matrix in the combination specified that corresponds to the member specified. The transformation matrix may be specified with an "I" to indicate the identity matrix, or it may be specified as 16 elements listed row-by-row. The copymat command allows the user to copy an existing transformation matrix.


Example(s)

mged> putmat group1/regiona I
Set the transformation matrix for regiona in group1 to the identity matrix.


See Also

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 1:59:58 PM