MGED CMD get comb

From BRL-CAD
Revision as of 07:59, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =get_comb= :: This is a developer command. __TOC__ ==Syntax== :get_comb ''comb_name'' ==Argument(s)== : '''comb_name''' : Valid BRL-CAD collection name. ==Return Va...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


get_comb

This is a developer command.

Syntax

get_comb comb_name


Argument(s)

comb_name
Valid BRL-CAD collection name.


Return Value(s)

Returns vairous information about the collection.


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'


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 }

See Also

db get



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