MGED CMD regions

From BRL-CAD
Revision as of 09:25, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =regions= __TOC__ ==Syntax== :regions <objects> ==Argument(s)== : ''' output_file''' :: File name to store region data in. : '''<objects>''' :: Valid BRL...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


regions

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

idents
MGED Glossary

Page Generated by David Loman on: 10/11/2007 at: 2:03:05 PM