Difference between revisions of "MGED CMD hide"
From BRL-CAD
(New page: Category:MGED =hide= __TOC__ ==Syntax== :hide ==Argument(s)== : '''<Objects>''' :: List of Objects to be hidden. ==Return Value(s)== : No Return Values for this command. ==Des...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Hide]] |
=hide= | =hide= |
Latest revision as of 10:57, 15 November 2009
hide[edit]
Contents
Syntax[edit]
- hide
Argument(s)[edit]
- <Objects>
- List of Objects to be hidden.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "hide" command sets the "hidden" flag for the specified objects. When this flag is set, the objects do not appear in t or ls command outputs. The -a option on the ls or t command will force hidden objects to appear in its output
Example(s)[edit]
- mged> hide sol_a
- Mark sol_a as hidden.
See Also[edit]
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 1:01:32 PM