Difference between revisions of "MGED CMD i"

From BRL-CAD
(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_...)
 
m
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|I]]
  
 
=i=
 
=i=

Latest revision as of 11:57, 15 November 2009


i[edit]

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