Difference between revisions of "MGED CMD keep"

From BRL-CAD
m
m
 
Line 1: Line 1:
 
[[Category:MGED|Keep]]
 
[[Category:MGED|Keep]]
 
+
[[Category:MGED file operations||Keep]]
 
=keep=
 
=keep=
 
__TOC__
 
__TOC__

Latest revision as of 23:29, 3 January 2010

keep[edit]

Syntax[edit]

keep keep_file <objects>


Argument(s)[edit]

keep_file
File to export <Objects> to.
<Objects>
Objects to be exported


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "keep" command copies the objects specified to the keep_file. If keep_file does not exist, it is created. If keep_file does exist, the objects are appended to it. The keep_file is a BRL-CAD database file. The objects in the list must exist in the current database.


Example(s)[edit]

mged> keep sample.g sample1 sample2
Create sample.g file with objects sample1 and sample2 in it.


See Also[edit]

dbconcat
dup

Page Generated by David Loman on: 10/11/2007 at: 1:14:36 PM