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 |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Cat]] |
− | + | [[category:MGED geometry information commands|Cat]] | |
=cat= | =cat= | ||
__TOC__ | __TOC__ |
Latest revision as of 20:44, 30 November 2009
cat[edit]
Contents
Syntax[edit]
- cat <objects>
Argument(s)[edit]
- <objects>
- A list of objects
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
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)[edit]
- mged> cat region_1 region_2
- Display the Boolean formulas for some regions.
See Also[edit]
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 12:04:28 PM