MGED CMD release
From BRL-CAD
Revision as of 08:26, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =release= __TOC__ ==Syntax== :release [name] ==Argument(s)== : '''Name''' :: Optional. Name of a Display Manger. ==Return Value(s)== : No Return Values for this co...)
release[edit]
Contents
Syntax[edit]
- release [name]
Argument(s)[edit]
- Name
- Optional. Name of a Display Manger.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "release" command is used to close a display manager. If invoked with no arguments, the current display manager is closed. Otherwise, name (i.e., the Tcl/Tk path name of the display manager window) is closed.
Example(s)[edit]
- mged> release
- Close the current display manager.
- mged> release .dm_X0
- Close .dm_X0.
See Also[edit]
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 2:03:10 PM