MGED CMD keep

From BRL-CAD
Revision as of 08:19, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =keep= __TOC__ ==Syntax== :keep keep_file <objects> ==Argument(s)== : '''keep_file''' :: File to export <Objects> to. : '''<Objects>''' :: Objects to be ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


keep

Syntax

keep keep_file <objects>


Argument(s)

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


Return Value(s)

No Return Values for this command.


Description

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)

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


See Also

dbconcat
dup

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