Difference between revisions of "MGED CMD opendb"

From BRL-CAD
m
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Category:MGED|Opendb]]
 
[[Category:MGED|Opendb]]
 
+
[[Category:MGED file operations|Opendb]]
 
=opendb=
 
=opendb=
 
__TOC__
 
__TOC__
Line 18: Line 18:
  
 
==Description==
 
==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.
+
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.
  
  

Latest revision as of 23:29, 3 January 2010

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