Difference between revisions of "MGED CMD summary"
From BRL-CAD
(New page: Category:MGED =summary= __TOC__ ==Syntax== :summary ''[s r g]'' ==Argument(s)== : '''[s r g]''' :: Optional. Filter output for Solids(s), Regions(r) or Combinations(g) ==Return...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Summary]] |
− | + | [[category:MGED geometry information commands|Summary]] | |
=summary= | =summary= | ||
__TOC__ | __TOC__ |
Revision as of 20:38, 30 November 2009
summary
Contents
Syntax
- summary [s r g]
Argument(s)
- [s r g]
- Optional. Filter output for Solids(s), Regions(r) or Combinations(g)
Return Value(s)
- Summary of the current BRL-CAD Database.
Description
The "summary" command with no arguments lists the number of primitive shapes, regions, and non-region combinations in the current database. If the s argument is supplied, then the name of each primitive shape is also listed. Similarly, the r flag asks for the region names, and g asks for the names of all the combinations (including region). The flags may be concatenated to get combined output.
Example(s)
- mged> summary sr
- List a summary of primitive shapes and regions for the current database.
See Also
- No related commands.
Page Generated by David Loman on: 10/12/2007 at: 7:24:15 AM