MGED CMD opendb

From BRL-CAD
Revision as of 12:10, 15 November 2009 by Ssd (talk | contribs) (fmt)


opendb

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