MGED CMD g

From BRL-CAD

g[edit]

Syntax[edit]

g GroupName <objects>


Argument(s)[edit]

GroupName
Name of the group to add <Objects> to.
<Objects>
List of objects to add to GroupName


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "g" command creates a special type of combination often referred to as a group. This builds a combination by unioning together all the listed objects. If groupname already exists, then the list of objects will be unioned to the end of it. (Note that an existing groupname is not restricted to being a group; any combination is legal.) Other commands to build combinations are c, r, or comb.


Example(s)[edit]

mged> g car engine.r
Create or append to the 'car' group by adding the 'engine.r' object.

See Also[edit]

Creating Geometry
r
comb

Page Generated by David Loman on: 10/11/2007 at: 12:57:29 PM