Difference between revisions of "MGED CMD lm"
From BRL-CAD
(New page: Category:MGED =lm= __TOC__ ==Syntax== :lm [-l] [value] ==Argument(s)== : '''[-l]''' :: Optional. Use long format. : '''[values]''' :: Optional. Valid MUVES_Component attribute =...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Lm]] |
=lm= | =lm= |
Latest revision as of 09:29, 15 November 2009
lm[edit]
Contents
Syntax[edit]
- lm [-l] [value]
Argument(s)[edit]
- [-l]
- Optional. Use long format.
- [values]
- Optional. Valid MUVES_Component attribute
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "lm" command with no values argument lists the name of every region in the database (in alphabetical order), except for those marked as hidden with the hide command. If the values argument is supplied, only those regions with a "MUVES_Component" attribute having one of the values are listed. The –l option specifies to use a long format showing object name, object type, major type, minor type, and length.
Example(s)[edit]
- mged> lm engine
- List all regions with "MUVES_Component" attribute having a value of "engine".
- mged> lm –1 engine pilot
- List all regions with "MUVES_Component" attribute having a value of "engine" or "pilot," and use the long format.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 1:47:50 PM