Difference between revisions of "MGED CMD copymat"
From BRL-CAD
(New page: Category:MGED =copymat= __TOC__ ==Syntax== :copymat comb1/memb1 comb2/memb2 ==Argument(s)== : '''comb1/memb1''' :: Source path and member : '''comb2/memb2''' :: Destination path a...) |
|||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Copymat]] |
− | + | [[Category:MGED matrix commands|Copymat]] | |
=copymat= | =copymat= | ||
__TOC__ | __TOC__ |
Latest revision as of 08:52, 20 November 2009
copymat[edit]
Contents
Syntax[edit]
- copymat comb1/memb1 comb2/memb2
Argument(s)[edit]
- comb1/memb1
- Source path and member
- comb2/memb2
- Destination path and member
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "copymat" command copies the transformation matrix from a member of one combination to the member of another
Example(s)[edit]
- mged> copymat comb1/memb1 comb2/memb2
- Set the matrix for member memb2 in combination comb2 equal to the matrix for member memb1 in combination comb1
See Also[edit]
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 12:09:17 PM