MGED CMD lm

From BRL-CAD


lm[edit]

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]

read_muves
l_muves

Page Generated by David Loman on: 10/11/2007 at: 1:47:50 PM