MVALL(nged)
DESCRIPTION
Changes the name of old_name to new_name. This will also change any references to old_name that may occur in other combinations in the database. If the -f variation of the command is used, all old_name new_name pairings are read from the mapping_file and processed as previously stated.
EXAMPLES
Example 1. Change the name of an object everywhere it occurs in the database.
mged> mvall shapea shapeb
Changes the name of shapea to shapeb everywhere it occurs in the database.
Example 2. This example shows a simple mapping file.
# this line is a comment old_name new_name foo bar # another comment, replacing foo with bar bad_name good_name
COPYRIGHT
This software is Copyright (c) 1989-2021 by the United States Government as represented by U.S. Army Research Laboratory.
BUG REPORTS
Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org