Difference between revisions of "MGED CMD mv"
From BRL-CAD
(New page: Category:MGED =mv= __TOC__ ==Syntax== :mv OldName NewName ==Argument(s)== : '''OldName''' :: Objects old name. : '''NewName''' :: Objects new name. ==Return Value(s)== : No Retu...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Mv]] |
− | + | [[category:MGED object creation|Mv]] | |
=mv= | =mv= | ||
__TOC__ | __TOC__ |
Latest revision as of 21:04, 30 November 2009
mv[edit]
Contents
Syntax[edit]
- mv OldName NewName
Argument(s)[edit]
- OldName
- Objects old name.
- NewName
- Objects new name.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "mv" command changes the name of old_name to new_name. Note that this does not change any references to old_name that may appear in other combinations in the database. The mvall command will change an object’s name everywhere.
Example(s)[edit]
- mged> mv shapea shapeb
- Change the name of shapea to shapeb
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 1:53:35 PM