MGED CMD i
From BRL-CAD
i[edit]
Contents
Syntax[edit]
- i obj_name comb_name [operation]
Argument(s)[edit]
- 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)[edit]
- No Return Values for this command.
Description[edit]
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)[edit]
- mged> i region3 group5
- Add region3 to the combination group5
See Also[edit]
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 1:02:30 PM