MGED CMD i

From BRL-CAD
Revision as of 11:57, 15 November 2009 by Ssd (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


i

Syntax

i obj_name comb_name [operation]


Argument(s)

obj_name
Object to add to comb_name
comb_name
Combination that object_name will be added to.
operation
Optional. 'u', '-' or '+'. 'u' assumed if omitted.


Return Value(s)

No Return Values for this command.


Description

The "i" command adds obj_name to the end of the combination named comb_name. The operation may be "+," "-," or "u." If no operation is specified, "u" is assumed. If comb_name does not exist, it is created.


Example(s)

mged> i region3 group5
Add region3 to the combination group5


See Also

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 1:02:30 PM