Difference between revisions of "MGED CMD opendb"
From BRL-CAD
m (fmt) |
m |
||
Line 1: | Line 1: | ||
[[Category:MGED|Opendb]] | [[Category:MGED|Opendb]] | ||
− | + | [[Category:MGED file operations|Opendb]] | |
=opendb= | =opendb= | ||
__TOC__ | __TOC__ |
Latest revision as of 22:29, 3 January 2010
opendb[edit]
Contents
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