Difference between revisions of "MGED CMD prefix"

From BRL-CAD
(New page: Category:MGED =prefix= __TOC__ ==Syntax== :prefix new_prefix <Objects> ==Argument(s)== : '''NewPrefix''' :: Prefix to be added to all <Objects> : '''<Objects>'''...)
 
m
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Prefix]]
 
+
[[category:MGED object creation|Prefix]]
 
=prefix=
 
=prefix=
 
__TOC__
 
__TOC__

Revision as of 22:10, 30 November 2009

prefix

Syntax

prefix new_prefix <Objects>


Argument(s)

NewPrefix
Prefix to be added to all <Objects>
<Objects>
Objects to have NewPrefix added to.


Return Value(s)

No Return Values for this command.


Description

The "prefix" command changes the name of all the objects listed by adding the specified new_ prefix. All references to the objects will also be changed. The mvall command performs a similar function.


Example(s)

mged> test_ group1 regiona shapeb
Change the names of objects group1, regiona, and shapeb to "test_group1," "test_regiona," and "test_shapeb." All references to these objects will reflect the new names.


See Also

mvall

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