Difference between revisions of "MGED CMD get comb"

From BRL-CAD
(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...)
 
m
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Get_comb]]
 
+
[[Category:MGED developer commands|Get_comb]]
 
=get_comb=
 
=get_comb=
 
:: This is a developer command.
 
:: This is a developer command.

Latest revision as of 09:57, 18 November 2009

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