MGED CMD who

From BRL-CAD


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