MGED CMD regions
From BRL-CAD
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