MGED CMD putmat
From BRL-CAD
Revision as of 08:18, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =putmat= __TOC__ ==Syntax== :putmat comb_name/member_name {I | m0 m1 m2 m3 ... m16} ==Argument(s)== : '''comb_name/member_name''' :: Valid objects in current DB. : '...)
putmat
Contents
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