Difference between revisions of "MGED CMD tops"

From BRL-CAD
(New page: Category:MGED =tops= __TOC__ ==Syntax== :''' tops''' [''-g -n -u''] ==Argument(s)== : '''-g''' :: Show only geometry objects : '''-n''' :: Do not display decoration at the end of...)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Tops]]
 
+
[[category:MGED geometry information commands|Tops]]
 
=tops=
 
=tops=
 
__TOC__
 
__TOC__
Line 26: Line 26:
 
The "tops" command displays a list of all the ''top-level'' objects in the current database. The top-level objects are all those objects that are not referenced by some other combination. The hierarchical structure of ''BRL-CAD'' databases usually means that there will be a top-level object that includes all (or at least most) of the objects in the database. The ''-g'' option shows only geometry objects. The ''-n'' option specifies that no "decoration" (e.g., "/" and "/R") be shown at the end of each object name. The ''-u'' option will not show hidden objects. See also the [[MGED_CMD_hide|hide]] command.  
 
The "tops" command displays a list of all the ''top-level'' objects in the current database. The top-level objects are all those objects that are not referenced by some other combination. The hierarchical structure of ''BRL-CAD'' databases usually means that there will be a top-level object that includes all (or at least most) of the objects in the database. The ''-g'' option shows only geometry objects. The ''-n'' option specifies that no "decoration" (e.g., "/" and "/R") be shown at the end of each object name. The ''-u'' option will not show hidden objects. See also the [[MGED_CMD_hide|hide]] command.  
  
 +
The _GLOBAL object reported by tops may generally be ignored.  It contains per-file attributes such as the title and units.
 
==Example(s)==
 
==Example(s)==
  

Latest revision as of 21:40, 30 November 2009

tops[edit]

Syntax[edit]

tops [-g -n -u]


Argument(s)[edit]

-g
Show only geometry objects
-n
Do not display decoration at the end of each object name.
-u
Keep hidden objects hidden.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "tops" command displays a list of all the top-level objects in the current database. The top-level objects are all those objects that are not referenced by some other combination. The hierarchical structure of BRL-CAD databases usually means that there will be a top-level object that includes all (or at least most) of the objects in the database. The -g option shows only geometry objects. The -n option specifies that no "decoration" (e.g., "/" and "/R") be shown at the end of each object name. The -u option will not show hidden objects. See also the hide command.

The _GLOBAL object reported by tops may generally be ignored. It contains per-file attributes such as the title and units.

Example(s)[edit]

mged> tops
List all the top-level objects in the current database.


See Also[edit]

hide



Page Generated by David Loman on: 10/12/2007 at: 7:25:56 AM