MGED CMD edcomb

From BRL-CAD
Revision as of 07:40, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =edcomb= __TOC__ ==Syntax== :edcomb combname -R regionid air_code los [material_code] ==Argument(s)== : '''Combname''' :: Name of combination to be edited : '''-R'''...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


edcomb

Syntax

edcomb combname -R regionid air_code los [material_code]


Argument(s)

Combname
Name of combination to be edited
-R
Is Region flag.
region_id
Valid RegionID
air_code
Valid Air Code
los
Line of Sight thickness.
material_code
Optional. Valid Material Code.


Return Value(s)

No Return Values for this command.


Description

The "edcomb" command allows the user to modify the attributes of a combination. The combname is the name of the combination to be modified. An R flag indicates that the region flag should be set; otherwise, the region flag is unset. If the region flag is not being set, then the remainder of the attributes are ignored. If the region flag is being set, then the region_id, aircode, los, and material_code are set according to the arguments supplied.


Example(s)

mged> edcomb comb1 R 1001 0 50 8
Make comb1 a region and set its ident to 1001, its air code to 0, its LOS to 50, and its material code to 8.
mged> edcomb comb1 0 0 0 0
Unset the region flag for combination comb1.


See Also

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 12:38:33 PM