Difference between revisions of "MGED CMD cat"
From BRL-CAD
(New page: Category:MGED =cat= __TOC__ ==Syntax== :cat <objects> ==Argument(s)== : '''<objects>''' :: A list of objects ==Return Value(s)== : No Return Values for this command. ==Descript...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Cat]] |
=cat= | =cat= |
Revision as of 10:56, 15 November 2009
cat
Contents
Syntax
- cat <objects>
Argument(s)
- <objects>
- A list of objects
Return Value(s)
- No Return Values for this command.
Description
The "cat" command displays a brief description of each item in the list of objects. If the item is a primitive shape, the type of shape and its vertex are displayed. If the item is a combination, the Boolean formula for that combination—including operands, operators, and parentheses—is displayed. If the combination is flagged as a region, then that fact is also displayed along with the region’s ident code, air code, los, and GIFT material code.
Example(s)
- mged> cat region_1 region_2
- Display the Boolean formulas for some regions.
See Also
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 12:04:28 PM