Draws all objects whose region ID falls within the given bounds. If only one input is given, e_id will draw objects with that region ID.
Draw all regions with a single region ID.
Example 1. Draw all regions with regionID 1000
mged>
e_id 1000
Draws all regions whose region ID is 1000.
Example 2. Draw all regions whose region IDs are in the 2000s
mged>
e_id 2000-2999
Draws all regions who regions IDs fall between 2000 and 2999 inclusively.
Reports of bugs or problems should be submitted via electronic
mail to <devs@brlcad.org>