MGED CMD x

From BRL-CAD
Revision as of 08:38, 23 November 2017 by User000name (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


x[edit]

Syntax[edit]

x [level]


Argument(s)[edit]

level
Optional. Level of detail of returned information.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "x"command 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.

Example(s)[edit]

mged> x
List the paths to the displayed shapes.


See Also[edit]

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 2:08:00 PM