Difference between revisions of "MGED CMD eac"
From BRL-CAD
(New page: Category:MGED =eac= __TOC__ ==Syntax== :eac <aircodes> ==Argument(s)== : '''<aircodes>''' :: List of Aircodes ==Return Value(s)== : No Return Values for this command. ==D...) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Eac]] |
− | + | [[Category:MGED view manipulation|Eac]] | |
=eac= | =eac= | ||
__TOC__ | __TOC__ |
Latest revision as of 18:51, 30 December 2009
eac[edit]
Contents
Syntax[edit]
- eac <aircodes>
Argument(s)[edit]
- <aircodes>
- List of Aircodes
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "eac" command adds all the regions in the current model that have one of the aircodes in the argument list to the display list so that they will appear on the MGED display. Regions that have nonzero ident numbers will not be listed by this command. The whichair command will perform the same search, but just lists the results.
Example(s)[edit]
- mged> eac 1 2 3
- Draw all regions with aircodes 1, 2, or 3 in the MGED display.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 12:36:50 PM