Difference between revisions of "MGED CMD who"

From BRL-CAD
(New page: Category:MGED =who= __TOC__ ==Syntax== :''' who''' [''real'' | ''phony'' | ''both''] ==Argument(s)== : '''real''' :: List only objects that exist in the DB file. : '''phony''' ...)
 
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
 
==Argument(s)==
 
==Argument(s)==
 
: '''real'''   
 
: '''real'''   
:: List only objects that exist in the DB file.
+
:: List only displayed objects that exist in the DB file.
  
 
: '''phony'''
 
: '''phony'''
:: List only objects that do not exist in the DB file.
+
:: List only displayed objects that do not exist in the DB file.
  
 
: '''both'''
 
: '''both'''
:: List both ''real'' and ''phony'' objects.
+
:: List both ''real'' and ''phony'' displayed objects.
  
  
Line 24: Line 24:
  
 
==Description==
 
==Description==
The "who" command lists the top-level objects that are currently displayed. The ''phony'' flag asks for just ''phony'' objects. ''Phony'' objects are typically objects that are drawn in the mged display, but are not actual database objects. Some ''phony'' objects are drawings from the vdraw command and the edgeuses drawn by the ev -u command. The ''real'' flag asks for just ''real'' objects, and the ''both'' flag asks for both ''real'' and ''phony'' objects. The default is just ''real'' objects. Any of the flags may be abbreviated by its first letter. The x command also lists displayed shapes, but in more detail.  
+
The "who" command lists the top-level objects that are currently displayed. The ''phony'' flag asks for just ''phony'' objects. ''Phony'' objects are typically objects that are drawn in the [[mged]] display, but are not actual database objects. Some ''phony'' objects are drawings from the vdraw command and the edgeuses drawn by the ev -u command. The ''real'' flag asks for just ''real'' objects, and the ''both'' flag asks for both ''real'' and ''phony'' objects. The default is just ''real'' objects. Any of the flags may be abbreviated by its first letter. The x command also lists displayed shapes, but in more detail.
 
 
 
 
  
 
==Example(s)==
 
==Example(s)==

Latest revision as of 08:39, 23 November 2017


who[edit]

Syntax[edit]

who [real | phony | both]


Argument(s)[edit]

real
List only displayed objects that exist in the DB file.
phony
List only displayed objects that do not exist in the DB file.
both
List both real and phony displayed objects.


Return Value(s)[edit]

List of objects currently displayed.


Description[edit]

The "who" command lists the top-level objects that are currently displayed. The phony flag asks for just phony objects. Phony objects are typically objects that are drawn in the mged display, but are not actual database objects. Some phony objects are drawings from the vdraw command and the edgeuses drawn by the ev -u command. The real flag asks for just real objects, and the both flag asks for both real and phony objects. The default is just real objects. Any of the flags may be abbreviated by its first letter. The x command also lists displayed shapes, but in more detail.

Example(s)[edit]

mged> who p
List all top-level phony objects currently displayed.


See Also[edit]

No related commands.



Page Generated by David Loman on: 10/12/2007 at: 7:30:36 AM