MGED CMD lm
From BRL-CAD
Revision as of 07:33, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =lm= __TOC__ ==Syntax== :lm [-l] [value] ==Argument(s)== : '''[-l]''' :: Optional. Use long format. : '''[values]''' :: Optional. Valid MUVES_Component attribute =...)
lm
Contents
Syntax
- lm [-l] [value]
Argument(s)
- [-l]
- Optional. Use long format.
- [values]
- Optional. Valid MUVES_Component attribute
Return Value(s)
- No Return Values for this command.
Description
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)
- 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
Page Generated by David Loman on: 10/11/2007 at: 1:47:50 PM