MGED CMD comb

From BRL-CAD

comb[edit]

Syntax[edit]

comb combination_name <operation object>


Argument(s)[edit]

Combination_name
Name of new combination
Operation
u, + or -
Object
Vaild db object.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "comb" command creates a new combination or extends an existing one. If combination_name does not already exist, then it will be created using the indicated list of operations and objects. If it does exist, the list of operations and objects will be appended to the end of the existing combination. The <operation object> list is expected to be in the same form as used in the r command. The c command may also be used to create a combination


Example(s)[edit]

mged> comb abc u a - b + c
Create combination abc as ((a - b) + c).


See Also[edit]

vnirt
edcodes

Page Generated by David Loman on: 10/11/2007 at: 12:07:49 PM