Difference between revisions of "MGED CMD x"

From BRL-CAD
(New page: Category:MGED =x= __TOC__ ==Syntax== :''' x''' [''level''] ==Argument(s)== : '''level''' :: Optional. Level of detail of returned information. ==Return Value(s)== : No Return V...)
 
m
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|X]]
  
 
=x=
 
=x=

Revision as of 11:04, 15 November 2009


x

Syntax

x [level]


Argument(s)

level
Optional. Level of detail of returned information.


Return Value(s)

No Return Values for this command.


Description

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)

mged> x
List the paths to the displayed shapes.


See Also

No related commands.



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