MGED CMD whichid
From BRL-CAD
Revision as of 09:07, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =whichid= __TOC__ ==Syntax== :''' whichid''' <''idents''> ==Argument(s)== : '''idents''' :: One or more RegionIDs (Integers) ==Return Value(s)== : Regions that use...)
whichid[edit]
Contents
Syntax[edit]
- whichid <idents>
Argument(s)[edit]
- idents
- One or more RegionIDs (Integers)
Return Value(s)[edit]
- Regions that use one of the supplied idents
Description[edit]
The "whichid" command lists all the regions that use one of the idents specified.
Example(s)[edit]
- mged> whichid 1002 1003
- List all regions in the current database that have idents of 1002 or 1003.
See Also[edit]
Page Generated by David Loman on: 10/12/2007 at: 7:30:29 AM