MGED CMD get comb

From BRL-CAD

get_comb[edit]

This is a developer command.

Syntax[edit]

get_comb comb_name


Argument(s)[edit]

comb_name
Valid BRL-CAD collection name.


Return Value(s)[edit]

Returns vairous information about the collection.


Description[edit]

The "get_comb" command returns a Tcl list of information about comb_name. If comb_name is a region, the following information is returned:

NAME REGION REGION_ID AIRCODE GIFT_MATERIAL
LOS COLOR SHADER INHERIT BOOLEAN_FORMULA

Otherwise, the following shorter list is returned:

NAME REGION COLOR SHADER INHERIT BOOLEAN_FORMULA'


Example(s)[edit]

mged> get_comb some_region
some_region Yes 1000 0 1 100 {0 220 220} plastic No { u box - ball }
mged> get_comb some_non_region
some_non_region No {0 220 220} plastic No { u box2 - ball2 }

See Also[edit]

db get



Page Generated by David Loman on: 10/11/2007 at: 12:59:00 PM