Difference between revisions of "MGED CMD put comb"

From BRL-CAD
(New page: Category:MGED =put_comb= :: This is a developer command. __TOC__ ==Syntax== :put_comb ''comb_name is_Region [id air gift los] color shader inherit Boolean_expr '' ==Argument(s)== :...)
 
m
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Put_comb]]
 
+
[[Category:MGED developer commands|Put_comb]]
 
=put_comb=
 
=put_comb=
 
:: This is a developer command.
 
:: This is a developer command.

Latest revision as of 09:59, 18 November 2009

put_comb[edit]

This is a developer command.

Syntax[edit]

put_comb comb_name is_Region [id air gift los] color shader inherit Boolean_expr


Argument(s)[edit]

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)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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[edit]

r
c
regdef



Page Generated by David Loman on: 10/11/2007 at: 1:59:37 PM