MGED CMD i
From BRL-CAD
Revision as of 07:15, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =i= __TOC__ ==Syntax== :i obj_name comb_name [operation] ==Argument(s)== : '''obj_name''' :: Object to add to comb_name : '''comb_name''' :: Combination that object_...)
i
Contents
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