Name

who — Lists the top-level objects that are currently displayed.

Synopsis

who [[real] | [phony] | [both]]

DESCRIPTION

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 realobjects. Any of the flags may be abbreviated by its first letter. The x command also lists displayed shapes, but in more detail.

EXAMPLES

The example shows the use of the who command to list the top-level phony objects that are currently displayed.

Example 1. List the top-level phony objects that are currently displayed.

mged>who p

Lists all top-level phony objects currently displayed.


AUTHOR

BRL-CAD Team

BUG REPORTS

Reports of bugs or problems should be submitted via electronic mail to <devs@brlcad.org>, or via the "cadbug.sh" script.