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...) |
|||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Tops]] |
=tops= | =tops= |
Revision as of 07:42, 20 November 2009
tops
Contents
Syntax
- tops [-g -n -u]
Argument(s)
- -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)
- No Return Values for this command.
Description
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.
Example(s)
- mged> tops
- List all the top-level objects in the current database.
See Also
Page Generated by David Loman on: 10/12/2007 at: 7:25:56 AM