MGED CMD opendb

From BRL-CAD

opendb[edit]

Syntax[edit]

opendb [database.g]


Argument(s)[edit]

[database.g]
Optional. Name of database to be opened.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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[edit]

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 1:54:51 PM