MGED CMD regdef
[edit] regdef
[edit] Syntax
- regdef item [air [los [material_code]]]
[edit] Argument(s)
- item
- Name of region to be set/created.
- air
- Optional. Valid BRL-CAD Aircode.
- los
- Optional. Valid BRL-CAD Line of sight thickness.
- material_code
- Optional. Valid BRL-CAD Material code.
[edit] Return Value(s)
- No Return Values for this command.
[edit] Description
The "regdef" command sets the default region attributes used by the r and c commands when building a BRL-CAD region. The default ident number is incremented each time a new region is created with the r or c commands.
[edit] Example(s)
- mged> regdef 1003 0 100 8
- Set the region default attributes to an ident of 1003, an air code of 0, an los of 100%, and a material code of 8.
[edit] See Also
- r
- c
- rm
- attr
- MGED Glossary
Page Generated by David Loman on: 10/11/2007 at: 2:02:49 PM