MGED CMD e id

From BRL-CAD
Revision as of 07:46, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =e_id= __TOC__ ==Syntax== :e_id <RegionIDs> ==Argument(s)== : '''<RegionIDs>''' :: List or range of RegionIDs. ==Return Value(s)== : No Return Values for this...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


e_id[edit]

Syntax[edit]

e_id <RegionIDs>


Argument(s)[edit]

<RegionIDs>
List or range of RegionIDs.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

This command combines the whichid and draw (e) commands by drawing all regions that match the supplied <RegionIDs> on to the MGED Display.


Example(s)[edit]

mged> e_id 3475
Draws all regions with the RegionID of 3475
mged> e_id 3475 3476
Draws all regions with the RegionID of 3475 or 3476
mged> e_id 3475-3480
Draws all regions with the RegionID of 3475 through 3480


See Also[edit]

whichid
e
draw
Z
B
E

Page Generated by David Loman on: 10/11/2007 at: 12:34:02 PM