Difference between revisions of "MGED CMD regions"
From BRL-CAD
(New page: Category:MGED =regions= __TOC__ ==Syntax== :regions <objects> ==Argument(s)== : ''' output_file''' :: File name to store region data in. : '''<objects>''' :: Valid BRL...) |
(→See Also: remove broken link) |
||
Line 31: | Line 31: | ||
==See Also== | ==See Also== | ||
: [[MGED_CMD_idents|idents]] | : [[MGED_CMD_idents|idents]] | ||
− | + | ||
---- | ---- | ||
Page Generated by David Loman on: 10/11/2007 at: 2:03:05 PM | Page Generated by David Loman on: 10/11/2007 at: 2:03:05 PM |
Revision as of 11:49, 21 November 2009
regions
Contents
Syntax
- regions <objects>
Argument(s)
- output_file
- File name to store region data in.
- <objects>
- Valid BRL-CAD objects in current DB.
Return Value(s)
- No Return Values for this command.
Description
The "regions" command creates a summary of all the regions in the specified list of objects. The summary is written in the specified output_file. The summary includes, for each region, a sequential region number, its ident, air code, material code, los, the path from one of the objects to the region, and the Boolean formula for the region.
Example(s)
- mged> regions regions_file group1 group2
- Place a summary of all the regions from group1 and group2 in the file named regions_file.
See Also
Page Generated by David Loman on: 10/11/2007 at: 2:03:05 PM