MGED CMD opendb
From BRL-CAD
Revision as of 08:10, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =opendb= __TOC__ ==Syntax== :opendb [database.g] ==Argument(s)== : '''[database.g]''' :: Optional. Name of database to be opened. ==Return Value(s)== : No Return V...)
opendb
Contents
Syntax
- opendb [database.g]
Argument(s)
- [database.g]
- Optional. Name of database to be opened.
Return Value(s)
- No Return Values for this command.
Description
The "opendb" command closes the current database file and opens database.g. If database.g is not found, the current database is left open. If database.g is not specified on the command line, the name of the current database file is returned.
Example(s)
- mged> opendb model.g
- Close the current database file and open model.g.
- mged> opendb
- Return the name of the current database file.
See Also
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 1:54:51 PM