MGED CMD keep

[edit] keep

Contents


[edit] Syntax

keep keep_file <objects>


[edit] Argument(s)

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


[edit] Return Value(s)

No Return Values for this command.


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


[edit] Example(s)

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


[edit] See Also

dbconcat
dup

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