MGED CMD edcodes
From BRL-CAD
edcodes[edit]
Contents
Syntax[edit]
- edcodes [-n] <objects>
Argument(s)[edit]
- -n
- No action option.
- <objects>
- DB Object List
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "edcodes" command puts the user into an editor to edit a file that has been filled with the ident, air code, material code, LOS, and name of all the regions in the specified objects. The user may then modify the entries (except for the names). The editor used is whatever the user has set in the environment variable EDITOR. If EDITOR is not set, then /bin/ed is used.
If the -n option is provided, then no objects are renamed instead only reporting the objects that would be changed.
Example(s)[edit]
- mged> edcodes object1 object2
- Edit the region codes for all regions below object1 and object2.
See Also[edit]
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 12:37:34 PM