Name

x — Lists all the primitive shapes currently drawn in the MGED display.

Synopsis

x [level]

DESCRIPTION

Lists all the primitive shapes currently drawn in the MGED display. The level determines how much detail should be included in the list. For level zero (the default), only a list of paths to shapes in the display list is produced. Each shape is prefixed by “VIEW” or “-no-,” indicating that the shape is actually being drawn or that it is being skipped, respectively. If level is greater than zero, the center, size, ident number, RGB color assigned to the region, and the actual color used to draw the shape are also listed. If level is greater than one, the number of vlist structures and the number of points in each vlist structure are also listed for each shape. If level is greater than two, then the actual lines drawn for each shape are also listed. The who command performs a similar function, but lists only the top-level objects that are displayed.

EXAMPLES

The example shows the use of the x command with no arguments to list the paths to the displayed shapes.

Example 1. List the paths to the displayed shapes.

mged>x

Lists the paths to the displayed shapes.


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.