Difference between revisions of "MGED CMD item"
From BRL-CAD
(New page: Category:MGED =item= __TOC__ ==Syntax== :item region_name ident_number [air_code [material_code [LOS]]] ==Argument(s)== : '''region_name''' :: Valid Region in Database : '''ident_...) |
|||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Item]] |
− | + | [[Category:MGED combination commands|Item]] | |
=item= | =item= | ||
__TOC__ | __TOC__ |
Latest revision as of 11:53, 21 November 2009
item[edit]
Contents
Syntax[edit]
- item region_name ident_number [air_code [material_code [LOS]]]
Argument(s)[edit]
- 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)[edit]
- No Return Values for this command.
Description[edit]
The "item" command sets the values of ident_number, aircode, material_code, and LOS for the specified region.
Example(s)[edit]
- 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[edit]
Page Generated by David Loman on: 10/11/2007 at: 1:13:37 PM