Difference between revisions of "MGED CMD regdef"

From BRL-CAD
(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...)
 
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Regdef]]
 
+
[[Category:MGED combination commands|Regdef]]
 
=regdef=
 
=regdef=
 
__TOC__
 
__TOC__

Latest revision as of 12:56, 21 November 2009

regdef[edit]

Syntax[edit]

regdef item [air [los [material_code]]]


Argument(s)[edit]

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)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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[edit]

r
c
rm
attr
MGED Glossary

Page Generated by David Loman on: 10/11/2007 at: 2:02:49 PM