MGED CMD item
From BRL-CAD
item
Contents
Syntax
- item region_name ident_number [air_code [material_code [LOS]]]
Argument(s)
- region_name
- Valid Region in Database
- ident_number
- Ident to set region_name to.
- air_code
- air_code to set region_name to.
- material_code
- material_code to set region_name to.
- LOS
- LOS to set region_name to.
Return Value(s)
- No Return Values for this command.
Description
The "item" command sets the values of ident_number, aircode, material_code, and LOS for the specified region.
Example(s)
- mged> item region_1 1137 0 8 100
- Set ident number to 1137, air code to 0, material code to 8, and los to 100 for region_1.
See Also
Page Generated by David Loman on: 10/11/2007 at: 1:13:37 PM