MGED CMD edcodes
From BRL-CAD
Revision as of 06:39, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =edcodes= __TOC__ ==Syntax== :edcodes <objects> ==Argument(s)== : '''<objects>''' :: DB Object List ==Return Value(s)== : No Return Values for this command. ...)
edcodes
Contents
Syntax
- edcodes <objects>
Argument(s)
- <objects>
- DB Object List
Return Value(s)
- No Return Values for this command.
Description
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.
Example(s)
- mged> edcodes object1 object2
- Edit the region codes for all regions below object1 and object2.
See Also
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 12:37:34 PM