MGED CMD regdef
From BRL-CAD
Revision as of 08:25, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =regdef= __TOC__ ==Syntax== :regdef item [air [los [material_code]]] ==Argument(s)== : '''item''' :: Name of region to be set/created. : '''air''' :: Optional. Val...)
regdef
Contents
Syntax
- regdef item [air [los [material_code]]]
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.
Return Value(s)
- No Return Values for this command.
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.
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.
See Also
Page Generated by David Loman on: 10/11/2007 at: 2:02:49 PM