Difference between revisions of "MGED CMD comb"
From BRL-CAD
(New page: Category:MGED =comb= __TOC__ ==Syntax== :comb combination_name <operation object> ==Argument(s)== : '''Combination_name''' :: Name of new combination : '''Operation''' :: u,...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Comb]] |
− | + | [[Category:MGED object creation|Comb]] | |
+ | [[Category:MGED combination commands|Comb]] | ||
=comb= | =comb= | ||
__TOC__ | __TOC__ |
Latest revision as of 12:01, 21 November 2009
comb[edit]
Contents
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]
Page Generated by David Loman on: 10/11/2007 at: 12:07:49 PM