MGED CMD get comb
From BRL-CAD
get_comb
- This is a developer command.
Contents
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
Page Generated by David Loman on: 10/11/2007 at: 12:59:00 PM