MGED CMD mvall

From BRL-CAD
Revision as of 08:58, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =mvall= __TOC__ ==Syntax== :mvall OldName NewName ==Argument(s)== : '''OldName''' :: Objects old name. : '''NewName''' :: Objects new name. ==Return Value(s)== : N...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


mvall

Syntax

mvall OldName NewName


Argument(s)

OldName
Objects old name.
NewName
Objects new name.


Return Value(s)

No Return Values for this command.


Description

The "mvall" command changes the name of old_name to new_name. This will also change any references to old_name that may appear in other combinations in the database. The mv command will change an object’s name without changing references to it. The prefix command will also change the names and references of objects


Example(s)

mged> mvall shapea shapeb
Change the name of shapea to shapeb everywhere it occurs in the database.


See Also

mv
prefix

Page Generated by David Loman on: 10/11/2007 at: 1:53:48 PM