MGED CMD get comb

[edit] get_comb

This is a developer command.

Contents


[edit] Syntax

get_comb comb_name


[edit] Argument(s)

comb_name
Valid BRL-CAD collection name.


[edit] Return Value(s)

Returns vairous information about the collection.


[edit] Description

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'


[edit] Example(s)

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 }

[edit] See Also

db get



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