MGED CMD putmat

From BRL-CAD

putmat[edit]

Syntax[edit]

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


Argument(s)[edit]

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


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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


See Also[edit]

No related commands.



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