MGED CMD put comb
From BRL-CAD
put_comb
- This is a developer command.
Contents
Syntax
- put_comb comb_name is_Region [id air gift los] color shader inherit Boolean_expr
Argument(s)
- comb_name
- Valid BRL-CAD Database Object name,
- is_Region
- Boolean value: yes | no
- id
- Region Ident Code
- air
- Region Air Code
- gift
- Region Material Code
- los
- Line of Sight Thickness
- color
- R/G/B Hexadecimal color code.
- shader
- Valid BRL_CAD Shader definition.
- inherit
- Boolean Value 1|0
- Boolean_expr
- String containing proper Boolean/Object pairings.
Return Value(s)
- No Return Values for this command.
Description
The "put_comb" command defines the combination comb_name. If is_Region is Yes, then id, air, gift and los must be specified. If is_Region is No, then id, air, gift, and los must not be specified.
Example(s)
- mged> put_comb not_region No \"0 220 220\" plastic No \"u box\\n- ball\"
- Defines a combination called not_region
- mged> put_comb my_region Yes 1000 0 1 100 \"0 220 220\" plastic No \"u box\\n- ball\"
- Defines a region called my_region.
See Also
Page Generated by David Loman on: 10/11/2007 at: 1:59:37 PM