MGED CMD e id

From BRL-CAD


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